|
enum | segment_t {
WHOLE,
TEXT,
DATA,
BSS,
ZEROPAGE
} |
|
|
void | setReloc (segment_t type, int addr) |
|
void | setExtract (segment_t type) |
|
bool | reloc (unsigned char **buf, int *fsize) |
|
bool reloc65::reloc |
( |
unsigned char ** |
buf, |
|
|
int * |
fsize |
|
) |
| |
Do the relocation.
- Parameters
-
void reloc65::setExtract |
( |
segment_t |
type) | |
|
Select segment to extract.
- Parameters
-
type | the segment to extract |
void reloc65::setReloc |
( |
segment_t |
type, |
|
|
int |
addr |
|
) |
| |
Select segment to relocate.
- Parameters
-
type | the segment to relocate |
addr | new address |
The documentation for this class was generated from the following files: