Data Fields
inst_format Struct Reference

#include <lc3.h>

Data Fields

char * name
 
format_t operands
 
int prototype
 

Detailed Description

This structure stores the information for one form of an instruction. Several instructions have multiple forms, but most have only one.

Field Documentation

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


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