Category:83Plus:Basic:84NewTokens

From WikiTI
Revision as of 18:31, 6 April 2006 by Dr. D'nar (Talk | contribs)

Jump to: navigation, search


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(offset
    • 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

This category currently contains no pages or media.