Difference between revisions of "84PCE:Ports:0003"

From WikiTI
Jump to: navigation, search
(Python Edition \o/)
 
Line 5: Line 5:
 
'''Function:''' Hardware ID
 
'''Function:''' Hardware ID
  
The boot code checks this to see if the unit is a TI-84 Plus CE or a TI-83 Premium CE. 00=84PCE, 01=83PCE. Bit 4 indicates whether the unit is a Python Edition. Additional bits may or may not have meaning.
+
The boot code checks this to see if the unit is a TI-84 Plus CE or a TI-83 Premium CE. 00=84PCE, 01=83PCE. Bit 4 indicates whether the unit uses the new serial flash chip. Additional bits may or may not have meaning.

Latest revision as of 02:50, 30 June 2019

Synopsis

Port Number: 0003

Function: Hardware ID

The boot code checks this to see if the unit is a TI-84 Plus CE or a TI-83 Premium CE. 00=84PCE, 01=83PCE. Bit 4 indicates whether the unit uses the new serial flash chip. Additional bits may or may not have meaning.