0 Members and 1 Guest are viewing this topic.
Code: [Select]PAsm(E7EF7C4E)This would execute the program whose name is pointed to by P, just as if you had run it by typing Asm(prgmNAME) on the homescreen
PAsm(E7EF7C4E)
i was wondering if there was an assembly command or commands that i could put in the program as hex using Asm( but i guess there isnt anything
Quote from: Broseph Radson on December 01, 2010, 06:09:49 pmi was wondering if there was an assembly command or commands that i could put in the program as hex using Asm( but i guess there isnt anything There IS a way to run BASIC programs in Assembly because TI-OS does it. The problem is that no one really knows how it's done. Let me check if BrandonW documented the interpreter.
I'm sure people know how it's done, as it has been done in many instances before. Any shell application has to be able to do it, for instance.