v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Flat object file transformer. More...
#include <ld6502/object.h>
Go to the source code of this file.
Functions | |
void | ld6502_writeObjectToFlatFile (ld6502_object *obj, FILE *file) |
Writes an ld6502_object directly to a flat file. | |
void | ld6502_readObjectFromFlatFile (ld6502_object *obj, FILE *file) |
Read an ld6502_object from a flat file. | |
Flat object file transformer.