RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a single relocation. More...
#include <cpm86.h>
Public Member Functions | |
Relocation (uint8_t source, uint16_t paragraph, uint16_t offset, uint8_t target) | |
Relocation (relocation_source source, uint8_t target) | |
operator bool () const | |
void | Read (Linker::Reader &rd, CPM86Format &module, bool is_library=false) |
void | Write (Linker::Writer &wr) |
relocation_source | GetSource () const |
Public Attributes | |
uint8_t | source = 0 |
uint16_t | paragraph = 0 |
uint8_t | offset = 0 |
uint8_t | target = 0 |
Represents a single relocation.