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

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