RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Classes | |
class | AUX |
class | Macintosh |
class | MSDOS |
class | ProDOS |
Additional Inherited Members | |
Public Member Functions inherited from Apple::AppleSingleDouble::Entry | |
virtual offset_t | GetLength () |
void | ReadFile (Linker::Reader &rd) override |
Loads file into memory. | |
void | WriteFile (Linker::Writer &out) override |
Stores data in memory to file. | |
virtual void | ProcessModule (Linker::Module &module) |
virtual void | CalculateValues () |
Public Member Functions inherited from Linker::Format | |
Format (offset_t file_offset=0) | |
virtual void | Clear () |
Resets all fields to their default values, deallocate memory. | |
virtual void | Dump (Dumper::Dumper &dump) |
Display file contents in a nice manner. | |
Public Attributes inherited from Apple::AppleSingleDouble::Entry | |
const uint32_t | id |
Public Attributes inherited from Linker::Format | |
offset_t | file_offset |
Protected Member Functions inherited from Apple::AppleSingleDouble::Entry | |
Entry (uint32_t id) | |