mirror of
https://github.com/flowenol/apple1cartridge.git
synced 2025-02-10 12:30:54 +00:00
documented rom entry structure in rom content
This commit is contained in:
parent
261f4ca6e2
commit
931e6a9114
@ -7,6 +7,17 @@ rom_content = $4800
|
|||||||
; define the number of available entries
|
; define the number of available entries
|
||||||
number_of_entries .byt $08
|
number_of_entries .byt $08
|
||||||
|
|
||||||
|
; entry srtucture
|
||||||
|
; number of segments - byte
|
||||||
|
;
|
||||||
|
; repeat for each segment:
|
||||||
|
; length in bytes - word
|
||||||
|
; address to load at - word
|
||||||
|
; address of content in rom - word
|
||||||
|
; description for loading menu - (byte) length of the string, string bytes
|
||||||
|
;
|
||||||
|
; jump address - word
|
||||||
|
|
||||||
; start of configuration section
|
; start of configuration section
|
||||||
/*
|
/*
|
||||||
Integer BASIC
|
Integer BASIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user