|
My Project
|
#include <lc3.h>
Data Fields | |
| char * | name |
| format_t | operands |
| int | prototype |
This structure stores the information for one form of an instruction. Several instructions have multiple forms, but most have only one.
| char* inst_format::name |
human readable name (e.g. "ADD")
| format_t inst_format::operands |
operands for this instruction (e.g. FMT_RRR)
| int inst_format::prototype |
bits that are constant in this instruction
1.8.10