Zeda Thomas d7d68b8e0d forgot this define for the float routines :x 4 tahun lalu
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 tahun lalu
experimental 5a35d64d6c rewriting history .___. 4 tahun lalu
fonts 5a35d64d6c rewriting history .___. 4 tahun lalu
gfx 92349f7118 fixed small font and omnicalc font text to allow archived font data #14 4 tahun lalu
io a08b9543a3 fied modemenu bug 4 tahun lalu
math 5a35d64d6c rewriting history .___. 4 tahun lalu
subroutines 99a0ce5adc fixed chardim for the default font 4 tahun lalu
01.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 tahun lalu
Readme.md 5a35d64d6c rewriting history .___. 4 tahun lalu
SetUpData.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
commandtable.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
compile.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
err.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
grammer.inc 5a35d64d6c rewriting history .___. 4 tahun lalu
grammer.z80 d7d68b8e0d forgot this define for the float routines :x 4 tahun lalu
grammer2.5.inc cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 tahun lalu
grammerdata.z80 98076df6da Advancing the version to 2.51.0.0 4 tahun lalu
grampkg.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
interrupt.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
isort.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
jmptable.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 4 tahun lalu
main.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 tahun lalu
math.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
modemenu.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 tahun lalu
module.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
module_old.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
parserhook.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
parserinterrupt.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
precompile.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
progmeta.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
ramcode.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 tahun lalu
readarc.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
routines.z80 5a35d64d6c rewriting history .___. 4 tahun lalu
startmenu.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 tahun lalu
tokenhook.z80 0703e9537f further subdivision of the tokenhook LUT to speed up search 4 tahun lalu

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