Author | Comment |
hyperdude Probe Posted: 15 Jul 2007 15:55 GMT Total Posts: 8 | Is there any way to make a BASIC program to make the calculator actually turn off (or at least 'lock up')? Please?
--- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sit amet lectus. Maecenas at pede sit amet mauris dapibus egestas. Maecenas consequat porttitor orci. Integer sem metus, vulputate quis, faucibus ac, auctor quis, ipsum. Fusce orci aliquam. |
allynfolksjr Administrator
Posted: 15 Jul 2007 19:03 GMT Total Posts: 1892 | The Amish are better than that... |
4ce_labs Dragoon
Posted: 16 Jul 2007 08:30 GMT Total Posts: 70 | LBL 1 goto 1
is the ez'st but sorting lists makes it work better...
________________________________
LBL 1
99->diM(L1 fill(L1,99999) LBL 2 sortA(L1 sortD(L1 goto 2 _____________________________________
or someting like that
there is a program that clears the ram though
________________________________
PROGRAM:1 asmprgm AAF23213
------------------- Program:2 ASM(PRGM1 __________________________________
the AAF2313 can be replaced with any hex line(so long as it's not a command) |
hyperdude Probe Posted: 16 Jul 2007 08:40 GMT Total Posts: 8 | I already got help from the IRC (ps. I got the ASM command to turn it off). thanks anyway
--- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sit amet lectus. Maecenas at pede sit amet mauris dapibus egestas. Maecenas consequat porttitor orci. Integer sem metus, vulputate quis, faucibus ac, auctor quis, ipsum. Fusce orci aliquam. |