My Project
|
#include <symbol.h>
Data Fields | |
char * | name |
int | addr |
The symbol_find methods return a pointer to this data structure. It represents a (name, address) pair in the symbol table.
int symbol::addr |
symbol's address in the LC3 memory
char* symbol::name |
the name of the symbol