Zeda Thomas d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 gadi atpakaļ
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 gadi atpakaļ
experimental 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
fonts 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
gfx e087dda6fb drawing the OS small font without the top pixel padding. 4 gadi atpakaļ
io d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 gadi atpakaļ
math 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
subroutines 99a0ce5adc fixed chardim for the default font 4 gadi atpakaļ
01.z80 d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 gadi atpakaļ
Readme.md 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
SetUpData.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
commandtable.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
compile.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
err.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
grammer.inc 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
grammer.z80 aef7e828c9 renamed label to a meaningful name 4 gadi atpakaļ
grammer2.5.inc 7eadd03e14 not using hard-coded font for Menu( 4 gadi atpakaļ
grammerdata.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
grampkg.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
interrupt.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
isort.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
jmptable.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 4 gadi atpakaļ
main.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
math.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
modemenu.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
module.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
module_old.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
parserhook.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
parserinterrupt.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
precompile.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
progmeta.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
ramcode.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
readarc.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
routines.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
startmenu.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ
tokenhook.z80 5a35d64d6c rewriting history .___. 4 gadi atpakaļ

Readme.md

My near-term plan is to do some simple optimizations when copying programs to RAM. My first idea is to replace all Lbl commands with their actual pointer value since labels are static. This will also allow me to remove labels/comments from executing code making it smaller and slightly faster. Note that I won't be doing this to code already in RAM :(