![]() |
v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
The assembler's representation of an object file in memory. More...
#include <object.h>
Data Fields | |
| as6502_symbol_table * | table |
| The as6502_symbol_table that contains all symbols that correspond to each of the attached blobs. | |
| ld6502_object_blob * | blobs |
| An array of ld6502_object_blob's. | |
| int | count |
| The number of ld6502_object_blob's. | |
The assembler's representation of an object file in memory.
1.8.13