From 931e6a9114fc82b359553ca84efa97e24be8ddf2 Mon Sep 17 00:00:00 2001 From: flowenol Date: Sun, 7 Feb 2021 00:53:34 +0100 Subject: [PATCH] documented rom entry structure in rom content --- src/rom_content.a65 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/rom_content.a65 b/src/rom_content.a65 index 3c836fb..7f48806 100644 --- a/src/rom_content.a65 +++ b/src/rom_content.a65 @@ -7,6 +7,17 @@ rom_content = $4800 ; define the number of available entries 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 /* Integer BASIC