RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DigitalResearch::CPM8KFormat::Symbol Struct Reference

Public Types

enum  symbol_type { LOCAL = 1 , EXTERNAL = 2 , GLOBAL = 3 , SEGMENT = 4 }
 

Public Member Functions

void WriteFile (Linker::Writer &wr) const
 

Static Public Member Functions

static Symbol ReadFile (Linker::Reader &rd)
 

Public Attributes

uint8_t segment_number
 
symbol_type type
 
uint16_t value
 
std::string name
 

Static Public Attributes

static constexpr uint8_t ABSOLUTE = 0xFF
 

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