0 Members and 2 Guests are viewing this topic.
Textmode must be in (" asfbhgdnjsghngbkgmjxsfghbdj ")elsi it won't work with Axe.Have you any idea why it isn't working?
of ralphdspam:Which version of Axe are you using? My first recommendation is to get the current version of Axe. (0.5.3 as of 6/16/11) (http://ourl.ca/4060)
I'm using 0.5.0I've heard that this version needs it.
Fixed major bug with the Disp command when compiling for apps.Fixed incorrect optimization with Dispgraph to other buffers.Fixed the new numerical constants feature.Fixed bug with nibble storing.Fixed bug with big-endian storing.
:For(U,1,F:If U≥0 and (U≤9):-3→Q:End:If U>99:3→Q:End:If U≥10 and (U≤99):0→Q:End:Fix 1:Text(44,10-Q,U▶Dec:Fix 0:End
:For(U,1,F:If U≥0 and (U≤9):0→Q:End:If U>99:3→Q:End:If U≥10 and (U≤99):3→Q:End:Fix 1:Text(44,10-3-Q,U▶Dec:Fix 0:End