AB_prodid Function (ROM Call 0x29D)

system.h

void AB_prodid (char *buffer);

Determines the product ID code.

AB_prodid fills the buffer with the product ID code of the calculator. The ID string is in the form "p-h-r-b", where "p" is the product number (01 for TI-92 Plus, 03 for TI-89), "h" is the hardware revision level, "r" is the software revision level and "b" is the build number. All the above fields consist of hexadecimal digits. buffer must be at least 12 bytes long to accept the product ID string.


Uses: cfindfield, cgetfnl, copen, copensub, FlashMemoryEnd, sprintf
Used by: ABT_dialog