v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Functions
aout.h File Reference

a.out object file transformer More...

#include <ld6502/object.h>

Go to the source code of this file.

Functions

void ld6502_writeObjectToAOFile (ld6502_object *obj, FILE *file)
 Writes an ld6502_object directly to an a.out file.
 
void ld6502_readObjectFromAOFile (ld6502_object *obj, FILE *file)
 Read an ld6502_object from an a.out file.
 

Detailed Description

a.out object file transformer