0 Members and 6 Guests are viewing this topic.
Why not adding in the Commands.html the size of each routine and the size of each routine call ?
Perhaps speed data could be added as well?
My only concern is that theses would complicate the otherwise fairly clean and simple command list.
Maybe add that programs compiled to Axe Fusion won't crash when axe isn't installed. E. g. let it return to homescreen when the axe app can't be found.
Would it be possible to have equates ?I mean that for example if I write this test equ {V+17}each time the parser hits the word "test", it replaces it with "{V+17}" before translating it into asm.(note that here, V+17→°test would not work since V+17 is not constant)
EDIT: Oh, I see, that way if FOO translated to {V+17}, you could do something like 23→FOO and FOO→X and both would be valid statements.It would still be no different than using {V+17} everywhere though, since FOO wouldn't actually exist. It'd be more like a macro than anything.
Yes that's it. It would not save space in any way. It is just so I can easily see who is who in my appvar. Because I have wood, stone and apples (among others) and having this {V+17}^^r equ wood {V+19}^^r equ stone {V+21}^^r equ applewould be of a great help for me to understand my code easier. So would it be possible ?
In other news, Frey continues kicking unprecedented levels of ass.