- Offscrpt won't work
- 21 Nov 2012 03:53:14 pm
- Last edited by parrotgeek1 on 08 Jan 2014 06:14:39 pm; edited 1 time in total
I tried to make an offscrpt that saves your ram on poweroff:
Code:
But it just crashes my calculator when I turn it off. Ideas?
PS I did set 1, (iy+34h)
Code:
#include "ti83plus.inc"
_GroupAllVars equ 50C5h
.org $8001
ld hl, BackUpGroup
rst rMov9ToOP1
bcall(_GroupAllVars)
ret
BackUpGroup:
.db GroupObj,"ZRAMBKUP",0
ret
.end
But it just crashes my calculator when I turn it off. Ideas?
PS I did set 1, (iy+34h)