RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Public Types | |
enum | relocation_type { SEG_OFFSET = 1 , SEG_SHORT_SEGMENTED = 2 , SEG_LONG_SEGMENTED = 3 , EXT_OFFSET = 5 , EXT_SHORT_SEGMENTED = 6 , EXT_LONG_SEGMENTED = 7 } |
Public Attributes | |
uint8_t | segment |
The source segment of the relocation. | |
relocation_type | type |
uint16_t | offset |
Source offset of relocation. | |
uint16_t | target |
The segment or symbol number that the relocation references. | |