Storing More Pics on the 82


[Prev][Next][Index][Thread]

Storing More Pics on the 82



Here Is a trick to store more than 6 Pics on the 82. It should work
witout problems with GDBs.
I don't know if it has some effect, but I haven't seen. Be careful.


In a Basic program, a picture name( like "Pic5") is represented in
memory by: 0x60 0xXX, where 0xXX is the picture number. For example,
0x00 stand for Pic1, 0x05 for Pic6. Using an HexEditor, you can change
this value to a value more than 0x05, then you adjust the checksum
(using fix.com), and then you can send the program to the calculator.


I tested it with values like 0xC1,... The pictures names were somethig
like: Simul, or some strange charachters(maybe from the ROM?) but there
was no problems.


Does anyone know how the memory is managed in the 82? then please send
me, this would help to make more tricks.