Zeda Thomas c3bcb94b56 fixed some issues, renamed some 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 d09e41dd05 Allowing menus with multiple headers. Related to request #45 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 2ebd3d6960 fixed Get( to now return the starting data address of archived vars 4 лет назад
grammer2.5.inc 7eadd03e14 not using hard-coded font for Menu( 4 лет назад
grammerdata.z80 e111904c2a Advance version 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 5a35d64d6c rewriting history .___. 4 лет назад
math.z80 5a35d64d6c rewriting history .___. 4 лет назад
modemenu.z80 a08b9543a3 fied modemenu bug 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 5a35d64d6c rewriting history .___. 4 лет назад
readarc.z80 5a35d64d6c rewriting history .___. 4 лет назад
routines.z80 5a35d64d6c rewriting history .___. 4 лет назад
startmenu.z80 5a35d64d6c rewriting history .___. 4 лет назад
tokenhook.z80 c3bcb94b56 fixed some issues, renamed some 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 :(