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

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