0 Members and 1 Guest are viewing this topic.
Yeah, with about 5 subprograms, each from ~2kb to ~6kb, it's nice to keep them archived.(esp as the executable gets in the 20000s, constant "ERR:OUT OF MEM" things )
In other news, Frey continues kicking unprecedented levels of ass.
∟LBL
°VAR
Not really a feature request, but I noticed that the syntax for returning the address of a label is...Code: [Select] ∟LBL...whereas the syntax for returning the address of a variable is...Code: [Select] °VAR...which seems kind of inconsistent to me.
Quote from: Michael_Lee on July 16, 2011, 03:40:03 pmNot really a feature request, but I noticed that the syntax for returning the address of a label is...Code: [Select] ∟LBL...whereas the syntax for returning the address of a variable is...Code: [Select] °VAR...which seems kind of inconsistent to me.It is annoying, but °LBL looks like (°L)(B)(L)
Zeros(128)→°MapLbl Map
Quote from: Darl181 on July 15, 2011, 05:26:36 pmYeah, with about 5 subprograms, each from ~2kb to ~6kb, it's nice to keep them archived.(esp as the executable gets in the 20000s, constant "ERR:OUT OF MEM" things )Actually, if the program you're compiling to exists in Archive, Axe will compile it to archive.
Quote from: Freyaday on July 16, 2011, 02:13:57 pmQuote from: Darl181 on July 15, 2011, 05:26:36 pmYeah, with about 5 subprograms, each from ~2kb to ~6kb, it's nice to keep them archived.(esp as the executable gets in the 20000s, constant "ERR:OUT OF MEM" things )Actually, if the program you're compiling to exists in Archive, Axe will compile it to archive.Never does for me. Even if there's an existing one in archive it overwrites it with a program in RAM.
Actually the problem is that you can have labels and constants with the same name. The following is perfectly valid code:Code: [Select]Zeros(128)→°MapLbl MapThe address of the 128-byte map would be °Map while the address of the label would be ʟMap.
make Axe compatable with gCn 1.0
Quote from: annoyingorange on July 18, 2011, 09:02:48 ammake Axe compatable with gCn 1.0That's a job for an axiom.