Data Fields
symbol Struct Reference

#include <symbol.h>

Data Fields

char * name
 
int addr
 

Detailed Description

The symbol_find methods return a pointer to this data structure. It is up to the implementor to decide how to use this stucture in the implementation.

Field Documentation

int symbol::addr

symbol's address in the LC3 memory

char* symbol::name

the name of the symbol


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