struct

Zink::Header

Inherits Struct < Value < Object

Constructors

new(version : UInt8, high_memory_base : UInt16, initial_pc : UInt16, dictionary_table : UInt16, object_table : UInt16, globals_table : UInt16, static_memory_base : UInt16, abbreviations_table : UInt16, file_length_words : UInt16)
Source
read(memory : Memory) : Header
Source

Instance methods

abbreviations_table
Source
dictionary_table
Source
file_length_bytes(fallback_size : Int32) : Int32
Source
file_length_multiplier
Source
file_length_words
Source
globals_table
Source
high_memory_base
Source
initial_pc
Source
object_table
Source
static_memory_base
Source
unpack_address(packed_address : UInt16) : Int32
Source
version
Source