#include <stdio.h>
#include "../parm.h"
#include "codegen.h"
#include "op_codes.h"
Go to the source code of this file.
Defines | |
#define | NONE ((char *) 0) |
Functions | |
main (int argc, char **argv) | |
Variables | |
FILE * | in_file |
char | label_buf [MAXLABELSZ+1] |
char * | op_code_table [] |
main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 14 of file display.c.
References AR, RIC_instr::arg, C0, C1, C2, C3, C4, GF, in_file, label_buf, MAX_LABEL_OP, MAXLABELSZ, N_OP_CODES, NONE, op_code_table, RL, SK, SP, TL, and UN.
char* op_code_table[] |
Definition at line 4 of file op_codes.c.