|
My Project
|
#include <symbol.h>
Data Fields | |
| char * | name |
| int | addr |
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.
| int symbol::addr |
symbol's address in the LC3 memory
| char* symbol::name |
the name of the symbol
1.8.10