v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
A single blob of typeless object data. More...
#include <object.h>
Data Fields | |
uint16_t | start |
The start address of the data. | |
uint16_t | len |
The length of the data. | |
uint8_t * | data |
The data. | |
A single blob of typeless object data.