Category:83Plus:Basic:84NewTokens
From WikiTI
The TI-84(SE) has several new tokens. These tokens will not work on the 83's.
Contents
Tokens
checkTmr(
- Hex: $EF02
- Syntax: checkTmr(offset
- offset is a decimal number to add to the value returned. You should really have this set to 0.
- Notes: Returns a decimal value of clock port
ClockOff
- Hex: $EF0F
- 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
- Syntax: getDate→⌊ALIST
- The format the list is in the following format, regardless of getDtFmt: {year,month,day}
getDtFmt
- Hex: $EF0C
- Syntax: getDtFmt→[a variable]
- Notes: Returns a number which tells you what date format the user has requested to use on the MODE screen.
getDtStr(
- Hex: $EF07
- Syntax: getDtStr(date format
- I would presume date format is the same as the numbers used for getDtFmt
getTime
- Hex: $EF0A
- Function: Returns the time in a list
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.