0 Members and 1 Guest are viewing this topic.
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.
All the routines, I think, are in the Axe Parser thread or the Routines thread. They're also old so any you found you might have to rework them so they work with the new versions of Axe Parser.
.THEGAME0→NPause 500 .Not needed if ran as a subroutineRepeat getKey(9) or getKey(54)ReturnIf getKey→K=15For(Z,0,9If {[212223241A1B1C121314]+Z}=K .getKey data in hexadecimalOutput(0,0,10*N+{"0147258369"+Z}-48→N►Dec .Create new number and display itEnd:EndIf K=56 .Backspace functionality using [Del]Output(0,0,N/10→N►Dec EndEnd
Quote from: meishe91 on August 06, 2010, 09:19:32 amAll the routines, I think, are in the Axe Parser thread or the Routines thread. They're also old so any you found you might have to rework them so they work with the new versions of Axe Parser.The thread is several pages long, though