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
Ergo::XPFormat::Segment Struct Reference

Public Types

enum  {
  ACCESS_DATA = 0x92 , ACCESS_CODE = 0x9A , ACCESS_CPL0 = 0x00 , ACCESS_CPL1 = 0x20 ,
  ACCESS_CPL2 = 0x40 , ACCESS_CPL3 = 0x60
}
 
enum  { FLAG_ALIAS = 0x10 , FLAG_WINDOW = 0x20 , FLAG_32BIT = 0x40 , FLAG_PAGES = 0x80 }
 

Public Member Functions

void WriteFile (Linker::Writer &wr)
 

Static Public Member Functions

static Segment ReadFile (Linker::Reader &rd)
 

Public Attributes

uint16_t limit
 
uint32_t base
 
uint8_t access
 
uint8_t flags
 

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