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

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 :(