0 Members and 6 Guests are viewing this topic.
Thank you I also have no idea if this is intentional or not, but shouldn't the X and Y coordinates in the drawing/text commands be reversed?e.g in TI-basic you have output(Y,X but in Axe it's output(X,Y. It's kindof confusing I kindof prefer The TI-basic syntax because it's handled like matrices are, first rows and then columns.
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
Compiling1st Pass 41%
1->{Y*12+X+GDB1}
Another bug, but only when compiling as app.Performing the following won't do anything:Code: [Select]1->{Y*12+X+GDB1}Works when compiling for mirage or no shell, but as an app, it looks like its simply ignoring this line.
1->{L1}->{L5+4}