0 Members and 1 Guest are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
Also, I'm again pushing the request through for getting the address of a label.
What about a buffer swap command instead of implementing bunch of <command>r's?
Quote from: Qwerty.55 on March 27, 2011, 11:58:25 pmWhat about a buffer swap command instead of implementing bunch of <command>r's?You could just use Exch(L3,L6,768) for this.
... And did someone really ask for multitasking?
{L1+5}→{L3+2}
ld hl,saveScreen+5sto hl,appBackupScreen+2
I still think a "jump to label" from the compile menu would be a handy feature. Maybe like pressing PRGM in the compile menu would display a list of the labels in the program and allow you to quickly jump to a label in your program. It would be much faster than going through the actual PRGM menu and having to scroll through and find the section of code you want to look at. I know this wouldn't be an incredibly necessary feature, just a convenience thing...And it certainly shouldn't be a priority over other features that actually improve the Axe language
Doesn\'t it already do that? It also precalculates things like +L1-8 by adding (L1-8) together.If it doesn\'t do this in the new version, it\'s a bug.