v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Functions | |
ld6502_object * | ld6502_createObject (void) |
Creates a new ld6502_object. | |
void | ld6502_destroyObject (ld6502_object *obj) |
Destroys an ld6502_object. | |
void | ld6502_loadObjectFromFile (ld6502_object *object, const char *fileName, ld6502_file_type type) |
Creates an ld6502_object with the contents of an object file. | |