BinaryHeader

Tcos Binary Header Format


offsetbyteslabelCode/Description
$00003entry:jmp start
$00031dumb:'$' character, marks the start of the table
$00048bin_name:Binary name
$000B2stack_size:Stack segment limit
$000D2heap_size:Tcom Heap Limit (tcom heaps are unused at this time)
$000F?start:code to setup segment limits, terminated with a JMP $0100 instruction
$00??? Filled with NOPs, up to offset $00FF

Links: TcosBinaryFormat