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

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