v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Functions | |
void | ld6502_addBlobToObject (ld6502_object *obj, uint16_t start) |
Creates an empty ld6502_object_blob and adds it to an ld6502_object. | |
void | ld6502_appendByteToBlob (ld6502_object_blob *blob, uint8_t byte) |
Appends a single byte to an ld6502_object_blob. | |