![]() |
v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
An individual symbol in a symbol table. More...
#include <symbols.h>
Data Fields | |
| struct _as6502_symbol * | next |
| The next variable in the linked list. | |
| unsigned long | line |
| The line number of the symbol in the source file. | |
| char * | name |
| The symbol name. | |
| uint16_t | address |
| The symbol's address. | |
| as6502_symbol_type | type |
| The symbol type. | |
An individual symbol in a symbol table.
1.8.13