Zeda Thomas c3bcb94b56 fixed some issues, renamed some há 4 anos atrás
..
cmd d09e41dd05 Allowing menus with multiple headers. Related to request #45 há 4 anos atrás
experimental 5a35d64d6c rewriting history .___. há 4 anos atrás
fonts 5a35d64d6c rewriting history .___. há 4 anos atrás
gfx 92349f7118 fixed small font and omnicalc font text to allow archived font data #14 há 4 anos atrás
io a08b9543a3 fied modemenu bug há 4 anos atrás
math 5a35d64d6c rewriting history .___. há 4 anos atrás
subroutines 99a0ce5adc fixed chardim for the default font há 4 anos atrás
01.z80 d09e41dd05 Allowing menus with multiple headers. Related to request #45 há 4 anos atrás
Readme.md 5a35d64d6c rewriting history .___. há 4 anos atrás
SetUpData.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
commandtable.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
compile.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
err.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
grammer.inc 5a35d64d6c rewriting history .___. há 4 anos atrás
grammer.z80 2ebd3d6960 fixed Get( to now return the starting data address of archived vars há 4 anos atrás
grammer2.5.inc 7eadd03e14 not using hard-coded font for Menu( há 4 anos atrás
grammerdata.z80 e111904c2a Advance version há 4 anos atrás
grampkg.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
interrupt.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
isort.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
jmptable.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
launch.z80 50f0cf9be5 adding a program to launch Grammer 2.5 há 4 anos atrás
main.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
math.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
modemenu.z80 a08b9543a3 fied modemenu bug há 4 anos atrás
module.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
module_old.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
parserhook.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
parserinterrupt.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
precompile.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
progmeta.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
ramcode.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
readarc.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
routines.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
startmenu.z80 5a35d64d6c rewriting history .___. há 4 anos atrás
tokenhook.z80 c3bcb94b56 fixed some issues, renamed some há 4 anos atrás

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