0 Members and 2 Guests are viewing this topic.
Code: [Select]:r1*2+(r2*2):Return
:r1*2+(r2*2):Return
:Return r1*2+(r2*2)
In other news, Frey continues kicking unprecedented levels of ass.
Freyaday, that is most definitely valid code. Are you sure you've tested this with the latest version of Axe? Because I did and it worked just fine for me.
I have a small feature wish right here! Currently the percent completed meter can be meaningless if you have several included files in your program, the percent complete just seems to show random numbers because it's switching so fast. Cal84 suggested it might be a good idea to have the percent compiled for included programs separate from the percent compiled for the main program (maybe not even include it at all?) Perhaps directly to the right of the main percent, there could be a second percent when parsing included programs? Just a suggestion
how about making an option to display the final size of the program after compilation?It would require a keypress at the end if the option is on, but it would be much faster than scrolling through all your programs in the memory menu.
The ability to include token strings as data. I thought about a possible syntax for this, and I came up with ["String goes here"]. Perhaps there's a better syntax, but that's just what I came up with.