Difference between revisions of "Category:83Plus:Basic:84NewTokens"

From WikiTI
Redirect page
Jump to: navigation, search
 
(oops)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:83Plus:Basic|84OnltTokens]]
+
#REDIRECT [[83Plus:Basic:New_Tokens_on_the_84_Plus]]
 
+
The TI-84(SE) has several new tokens. These tokens will not work on the 83's.
+
= Tokens =
+
== checkTmr( ==
+
* Hex: $EF02
+
* Function: Returns a decimal value of clock port
+
* Syntax: checkTmr(<i>offset</i>
+
** offset is a decimal number to add to the value returned. You should really have this set to 0.
+
 
+
== ClockOff ==
+
* Hex: $EF0F
+
* Function: Turns the clock off
+
* Syntax: ClockOff
+
 
+
== ClockOn ==
+
* Hex: $EF10
+
 
+
== dayOfWk( ==
+
* Hex: $EF06
+
 
+
== ExecLib ==
+
* Hex: $EF12
+
* Notes: This is used with OpenLib(, for which there are no apps currently making use of.
+
 
+
== getDate ==
+
* Hex: $EF09
+
 
+
== getDtFmt ==
+
* Hex: $EF0C
+
 
+
==getDtStr ==
+
* Hex: $EF07
+
 
+
== getTime ==
+
* Hex: $EF0A
+
 
+
== getTmFmt ==
+
* Hex: $EF0D
+
 
+
== getTmStr( ==
+
* Hex: $EF08
+
 
+
== isClockOn ==
+
* Hex: $EF0E
+
 
+
== OpenLib( ==
+
* Hex: $EF11
+
 
+
== setDate( ==
+
* Hex: $EF00
+
 
+
== setDtFmt( ==
+
* Hex: $EF03
+
 
+
== setTime( ==
+
* Hex: $EF01
+
 
+
== setTmFmt( ==
+
* Hex: $EF04
+
 
+
== startTmr ==
+
* Hex: $EF0B
+
 
+
== timeCnv( ==
+
* Hex: $EF05
+
 
+
= Notes =
+
Time is not a new token for the 84.
+
 
+
= Credits and Contributions =
+
* /dev/mouse, for making my life easier
+

Latest revision as of 19:50, 6 April 2006

This category currently contains no pages or media.