0 Members and 2 Guests are viewing this topic.
"prgmHELLO"→Str1 ;Name of the varStr1 ;To get the pointer to the string in HL (Ans)Asm(E7FDCB08CEEF9B4AFDCB088E ;
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!
rst 20hset 1,(iy+8)B_CALL (_ParseInp)res 1,(iy+8)
Ah, do you know why the set and res are there ?