0 Members and 1 Guest are viewing this topic.
WAIT! YOU MEAN ITS NOT ALLOWED FOR YOU DURING CHEMISTRY!!!!!???
Quote from: aeTIos on September 27, 2011, 01:11:30 pmWAIT! YOU MEAN ITS NOT ALLOWED FOR YOU DURING CHEMISTRY!!!!!???Oh, I can do what I want. I study at home.
My teachers never say anything about calculator programs, so...
Okay, so earlier I was asked by aeTIos for a hex code to run BASIC programs in Axe and I have heard that this was requested by others, so here goes my rendition... I am sorry in advance if my Axeing is horrible, this is only my second routine:Code: [Select]"prgmHELLO"→Str1 ;Name of the varStr1 ;To get the pointer to the string in HL (Ans)Asm(E7FDCB08CEEF9B4AFDCB088E ;As a word of warning, do not use "Stop" in your BASIC programs... This seems to cause a crash You can use "Return" and all the other commands, though, to my knowledge.I hope this helps!
"prgmHELLO"→Str1 ;Name of the varStr1 ;To get the pointer to the string in HL (Ans)Asm(E7FDCB08CEEF9B4AFDCB088E ;
Nice, but it would be cheating if I used it where it counts . It would be useful for homework though.