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

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