LAX18 wrote:
beckadamtheinventor wrote:
mets11rap wrote:
Idea: Add the option to use the calculator keys as a trackpad sort of like TI83 Fruit Ninja.
Thats actually a realy good idea!

I'll add that as an optional UI package to come with the shell!
(which will come out asap as soon as I can run ASM from portions of an appvar in ICE)
Cant you store the ASM in its raw form in the App Var, then copy it to a pointer that is embedded in the program?
Yes, but I need a way of running that code from the pointer rather than a constant.
I have tried your method (copying the name to a temp program then running it), and it doesn't really work for the purposes I need it for... sorry...

What I need is a way of running subroutines from an appvar, which contains multiple subroutines, which takes too much time to copy to another file (then run it) for it to be practical when you have a lot of subroutines.
Thank you for the idea [of running ASM from ICE] though! I coudn't have come up with this idea without you!

EDIT: ICE already has this capability!
Code:
Copy(|ED10000,PTR,SIZE
Asm(CD0000D1