RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
O65::O65Format::Module::header_option Struct Reference

Additional entries in the header. More...

#include <o65.h>

Public Member Functions

 header_option (uint8_t type)
 
 header_option (uint8_t type, std::vector< uint8_t > &data)
 

Public Attributes

uint8_t type
 Type of header entry.
 
std::vector< uint8_t > data
 Header entry contents.
 

Static Public Attributes

static const int TYPE_FILENAME = 0x00
 Filename of object file.
 
static const int TYPE_SYSTEM = 0x01
 OS type.
 
static const int TYPE_ASSEMBLER = 0x02
 Name of assembler that created this file.
 
static const int TYPE_AUTHOR = 0x03
 Name of author.
 
static const int TYPE_CREATION = 0x04
 Creation date in a human readable format.
 

Detailed Description

Additional entries in the header.


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