|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
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 |