0 Members and 2 Guests are viewing this topic.
...when the calc is turned off using asm within a program, when the calc is turned back on, it resumes from the line it left off...
Disp "HI"Asm(EF0850C9)Pause 1000Disp "HI2"
Because, the "calc off" command doesn't really turn off the calc. It just turns off the LCD, but the processor moves forward onto the next instruction. So when you press ON, the Pause 1000 is already done, so now "HI" is on the screen.At least I think thats how it works. correct me if I'm wrong.
EDIT: Now that I think of it, there MUST be some way of doing this, as other password protection Apps and Programs don't have this problem. Oh, and where in memory do the copied programs go? I can't seem to find them with calcsys.