31
Axe / Re: Turn off Calc and Exit Program in Axe?
« on: November 21, 2012, 10:58:18 am »Quote
OFFSCRPT.8xv (appVar) gets copied to $8001 every time the calculator turns off. This catches both 2ND + ON as well as APD. So instead of going to APD, it can just display your screen saver.
My OFFSCRPT always crashs the calc. The code is copied to $8001 and executed. But every times it reaches bcall(_jForceCMDNoChar) the calculator simply doesn't react anymore
I leaved the
bit 4, (iy + 8 )
out because this way the bit is set always and my code is never executed