v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Functions | |
as6502_symbol_table * | as6502_createSymbolTable (void) |
Creates a new symbol table object. | |
void | as6502_destroySymbolTable (as6502_symbol_table *table) |
Destroys a symbol table object. | |
void | as6502_printSymbolTable (as6502_symbol_table *table) |
Prints a human readable representation of a as6502_symbol_table for debugging. | |
void | as6502_printSymbolScript (as6502_symbol_table *table, FILE *out) |
Generates a debugger script containing all of the commands necessary for loading the symbol table generated during assembly into the debugger. | |