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

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