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 | List of all members
DigitalResearch::CPM68KFormat::Symbol Struct Reference

Public Types

enum  symbol_type {
  LIBRARY_START = 0x0040 , OBJECT_START = 0x0080 , BSS_BASED = 0x0100 , TEXT_BASED = 0x0200 ,
  DATA_BASED = 0x0400 , EXTERNAL = 0x0800 , REGISTER = 0x1000 , GLOBAL = 0x2000 ,
  EQUATED = 0x4000 , DEFINED = 0x8000
}
 

Public Member Functions

void WriteFile (Linker::Writer &wr) const
 

Static Public Member Functions

static Symbol ReadFile (Linker::Reader &rd)
 

Public Attributes

std::string name
 
uint16_t type
 
uint32_t value
 

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