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

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