v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Functions
Object Lifecycle Functions

Functions

ld6502_objectld6502_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.
 

Detailed Description