TI-BASIC:Time Tokens
From Learn @ Cemetech
Jump to navigationJump to searchThe token 0xEF signifies the beginning of a two-byte token added on the TI-84+. Most of these (00 through 10) are Time_And_Date commands. The tokens after and including InvT( are only available starting with OS version 2.30.
All token values here (and elsewhere in this guide) are in hexadecimal.
- EF 00 -- SetDate(
- EF 01 -- SetTime(
- EF 02 -- CheckTmr(
- EF 03 -- SetDtFmt(
- EF 04 -- SetTmFmt(
- EF 05 -- TimeCnv(
- EF 06 -- DayOfWk(
- EF 07 -- GetDtStr(
- EF 08 -- GetTmStr(
- EF 09 -- GetDate
- EF 0A -- GetTime
- EF 0B -- StartTmr
- EF 0C -- GetDtFmt
- EF 0D -- GetTmFmt
- EF 0E -- IsClockOn
- EF 0F -- ClockOff
- EF 10 -- ClockOn
- EF 11 -- OpenLib(
- EF 12 -- ExecLib
- EF 13 -- InvT(
- EF 14 -- χ²GOF-Test(
- EF 15 -- LinRegTInt
- EF 16 -- Manual_Fit
These hexadecimals are for the colors at the TI-84+CSE or the TI-84+CE
- EF 41 -- BLUE
- EF 42 -- RED
- EF 43 -- BLACK
- EF 44 -- MAGENTA
- EF 45 -- GREEN
- EF 46 -- ORANGE
- EF 47 -- BROWN
- EF 48 -- NAVY
- EF 49 -- LTBLUE
- EF 4A -- YELLOW
- EF 4B -- WHITE
- EF 4C -- LTGRAY
- EF 4D -- MEDGRAY
- EF 4E -- GRAY
- EF 4F -- DARKGRAY