Difference between revisions of "83Plus:Ports:41"
From WikiTI
m (added second port range) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:83Plus:Ports:By_Address|41-44 - Clock Set]] [[Category:83Plus:Ports:By_Name|Clock Set]] | ||
+ | {{84P-Only Port|01}} | ||
+ | |||
== Synopsis == | == Synopsis == | ||
'''Port Numbers:''' 41h through 44h | '''Port Numbers:''' 41h through 44h | ||
Line 6: | Line 9: | ||
These ports are used to set a new value to the TI-84+'s timer. | These ports are used to set a new value to the TI-84+'s timer. | ||
− | ''For further information on the clock, read the documentation for ports [[83Plus:Ports:40|40h]] and [[83Plus:Ports:45|45h-48h]]. | + | ''For further information on the clock, read the documentation for ports [[83Plus:Ports:40|40h]] and [[83Plus:Ports:45|45h-48h]].'' |
== Comments == | == Comments == |
Latest revision as of 13:05, 30 March 2005
This port only exists on the the TI-84 Plus and the TI-84 Plus Silver Edition. On the standard TI-83 Plus, it acts as a shadow of port 01. On the TI-83 Plus Silver Edition, this port has no effect. |
Synopsis
Port Numbers: 41h through 44h
Function: Clock Setting Ports
These ports are used to set a new value to the TI-84+'s timer.
For further information on the clock, read the documentation for ports 40h and 45h-48h.
Comments
Reading from the port simply gives the last value outputted to the port. These ports are nothing more than a simple external "register" where the new clock values are stored.
Like the actual clock ports (ports 45h-48h), these are arranged so the first port is the least significant byte in a 32-bit value, which gives the number of seconds after midnight, January 1st, 1997.
Credits and Contributions
- Michael Vincent: Initial Documentation