RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Daniel Broca's D3X executable format. More...
#include <dosexe.h>
Public Member Functions | |
void | ReadFile (Linker::Reader &rd) override |
Loads file into memory. | |
void | WriteFile (Linker::Writer &wr) override |
Stores data in memory to file. | |
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 | |
uint32_t | header_size = 0 |
uint32_t | binary_size = 0 |
uint32_t | extra_size = 0 |
uint32_t | entry = 0 |
uint32_t | stack_top = 0 |
Public Attributes inherited from Linker::Format | |
offset_t | file_offset |
Daniel Broca's D3X executable format.
|
overridevirtual |
Loads file into memory.
Implements Linker::Format.
|
overridevirtual |
Stores data in memory to file.
Implements Linker::Format.