Zeda Thomas 2fd642d7fa added token replacement for Retutn 4 anni fa
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 4 anni fa
experimental 5a35d64d6c rewriting history .___. 4 anni fa
fonts 5a35d64d6c rewriting history .___. 4 anni fa
gfx bd9f81d8c7 Allowing OS-style fonts on other pages 4 anni fa
io a08b9543a3 fied modemenu bug 4 anni fa
math 5a35d64d6c rewriting history .___. 4 anni fa
subroutines 99a0ce5adc fixed chardim for the default font 4 anni fa
01.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 anni fa
Readme.md 5a35d64d6c rewriting history .___. 4 anni fa
SetUpData.z80 5a35d64d6c rewriting history .___. 4 anni fa
commandtable.z80 5a35d64d6c rewriting history .___. 4 anni fa
compile.z80 5a35d64d6c rewriting history .___. 4 anni fa
err.z80 5a35d64d6c rewriting history .___. 4 anni fa
grammer.inc 5a35d64d6c rewriting history .___. 4 anni fa
grammer.z80 bd9f81d8c7 Allowing OS-style fonts on other pages 4 anni fa
grammer2.5.inc cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 anni fa
grammerdata.z80 98076df6da Advancing the version to 2.51.0.0 4 anni fa
grampkg.z80 5a35d64d6c rewriting history .___. 4 anni fa
interrupt.z80 5a35d64d6c rewriting history .___. 4 anni fa
isort.z80 5a35d64d6c rewriting history .___. 4 anni fa
jmptable.z80 5a35d64d6c rewriting history .___. 4 anni fa
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 4 anni fa
main.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 anni fa
math.z80 5a35d64d6c rewriting history .___. 4 anni fa
modemenu.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 anni fa
module.z80 5a35d64d6c rewriting history .___. 4 anni fa
module_old.z80 5a35d64d6c rewriting history .___. 4 anni fa
parserhook.z80 5a35d64d6c rewriting history .___. 4 anni fa
parserinterrupt.z80 5a35d64d6c rewriting history .___. 4 anni fa
precompile.z80 5a35d64d6c rewriting history .___. 4 anni fa
progmeta.z80 5a35d64d6c rewriting history .___. 4 anni fa
ramcode.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 anni fa
readarc.z80 597b78a6a5 fixing readarc issue when reading from "flash" at address >=8000 4 anni fa
routines.z80 5a35d64d6c rewriting history .___. 4 anni fa
startmenu.z80 cc48da335d Tokenhook now defaults to ON, using appv GVarData for opt-out flag 4 anni fa
tokenhook.z80 2fd642d7fa added token replacement for Retutn 4 anni fa

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