RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents the location of a 16-bit words that needs to be relocated. More...
#include <cpm86.h>
Public Member Functions | |
relocation_source (size_t segment, offset_t offset) | |
bool | operator< (const relocation_source &other) const |
Public Attributes | |
number_t | segment |
The segment group number that contains the required relocation. | |
offset_t | offset |
The offset to the word within the segment group. | |
Represents the location of a 16-bit words that needs to be relocated.