My Project
Data Fields
LC3_inst Struct Reference

#include <lc3.h>

Data Fields

int formBit
 
inst_format_t forms [2]
 

Detailed Description

This structure stores the information about a single instruction. See the usage in lc3.c where the information for each LC3 instruction is defined. The name of the seond form will be NULL unless the instruction actually has two forms.

Field Documentation

int LC3_inst::formBit

-1 if instruction has only one format, else bit that differentiates format.

inst_format_t LC3_inst::forms[2]

syntax for both possible forms


The documentation for this struct was generated from the following file: