dump_rom Function

calc_int.h

int (*dump_rom) (const char *filename, int mode);

Parameters

filename
the file to store the ROM dump
mode
a mask of values got in @TicalcMaskMode@
Returns
always 0.


Summary

Dumps the calculator ROM content.

Description

This function attempt to dump the ROM content of the current calculator by sending a special program (assembly or 'C' language)... Depending on the calculator model, the user may need a shell on his/her calculator. It may have to run the program itself, too.
TI73: no support
TI82: ASh 3.0
TI83: AShell
TI83+: none
TI85: Usgard or ZShell 4.0
TI86: none
TI89: none
TI92: Fargo II
TI92+: none
V200PLT: none

See also

@TicalcFunctions@


Return to the API index