RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Specification for the group and segment of some reference, and the frame if both are 0. More...
#include <omf.h>
Classes | |
struct | Location |
Type representing the group and segment of some reference. More... | |
Public Member Functions | |
void | Read (OMF86Format *omf, Linker::Reader &rd) |
uint16_t | GetSize (OMF86Format *omf) const |
void | Write (OMF86Format *omf, ChecksumWriter &wr) const |
void | CalculateValues (OMF86Format *omf, Module *mod) |
void | ResolveReferences (OMF86Format *omf, Module *mod) |
Public Attributes | |
std::variant< Location, FrameNumber > | location |
The actual location of the reference. | |
Specification for the group and segment of some reference, and the frame if both are 0.