RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
DX64::LVFormat Class Reference

CandyMan's DX64 "Flat" and "LV" executable formats. More...

#include <dosexe.h>

Inheritance diagram for DX64::LVFormat:
Linker::Format

Public Types

enum  format_type { FORMAT_FLAT , FORMAT_LV }
 

Public Member Functions

 LVFormat (format_type type)
 
void SetSignature (format_type type)
 
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

char signature [4]
 
uint32_t eip = 0
 
uint32_t esp = 0
 
uint32_t extra_memory_size = 0
 
std::shared_ptr< Linker::Writableimage
 
- Public Attributes inherited from Linker::Format
offset_t file_offset
 

Detailed Description

CandyMan's DX64 "Flat" and "LV" executable formats.

Member Function Documentation

◆ ReadFile()

void DX64::LVFormat::ReadFile ( Linker::Reader & in)
overridevirtual

Loads file into memory.

Implements Linker::Format.

◆ WriteFile()

void DX64::LVFormat::WriteFile ( Linker::Writer & out)
overridevirtual

Stores data in memory to file.

Implements Linker::Format.


The documentation for this class was generated from the following files: