#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void | print_function_name (int samepage, int n_bit, int m5) |
void | print_operator (int m5) |
void | bcnd (int samepage, int n_bit, int m5) |
int | main (int argc, char *argv[]) |
void bcnd | ( | int | samepage, |
int | n_bit, | ||
int | m5 | ||
) |
Definition at line 70 of file generate_m88k_bcnd.c.
References print_function_name(), and print_operator().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 135 of file generate_m88k_bcnd.c.
References bcnd(), and print_function_name().
void print_function_name | ( | int | samepage, |
int | n_bit, | ||
int | m5 | ||
) |
Definition at line 32 of file generate_m88k_bcnd.c.
void print_operator | ( | int | m5 | ) |
Definition at line 55 of file generate_m88k_bcnd.c.
Referenced by bcnd().