Difference between revisions of "83Plus:BCALLs:42A3"
From WikiTI
(Created) |
m (Fixed typo in name) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name:Utility|IsA2ByteTok]] [[Category:83Plus:BCALLs:By Name|IsA2ByteTok]] [[Category:83Plus:BCALLs:By Address|42A3 - | + | [[Category:83Plus:BCALLs:By Name:Utility|IsA2ByteTok]] [[Category:83Plus:BCALLs:By Name|IsA2ByteTok]] [[Category:83Plus:BCALLs:By Address|42A3 - IsA2ByteTok]] |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' IsA2ByteTok | '''Official Name:''' IsA2ByteTok | ||
Line 17: | Line 17: | ||
== Comments == | == Comments == | ||
− | The current two-byte token identifiers are t2ByteTok, tVarStrng, tGFormat, | + | The current two-byte token identifiers are t2ByteTok, tVarStrng, tGFormat, tVarSys, tVarOut, tVarGBD, tVarEqu, tVarLst, tVarPict, and tVarMat, and on the TI84s, $EF. |
+ | |||
+ | TI has updated the OS for the TI84s to return true for $EF, the identifer for the [[83Plus:Basic:New_Tokens_on_the_84_Plus|TI84s new tokens]]. It would be nice if someone would run [http://pws.cablespeed.com/~tehblueblur/ti83p/CHECKEF2.8XP this program]<sup>[dead link]</sup> to check to see how OS 1.19 reacts to $EF. ([http://pws.cablespeed.com/~tehblueblur/ti83p/checkEF2.z80 Source]<sup>[dead link]</sup> (jr z, w00itztru1111 should be w00tiztru1111)) |
Latest revision as of 15:42, 25 November 2020
Synopsis
Official Name: IsA2ByteTok
BCALL Address: 42A3
Determines if the token in register A is a two-byte token.
Inputs
- A: First byte of potential two-byte token
Outputs
- Z: set if A is the first byte of a two-byte token.
Registers Destroyed
None
Comments
The current two-byte token identifiers are t2ByteTok, tVarStrng, tGFormat, tVarSys, tVarOut, tVarGBD, tVarEqu, tVarLst, tVarPict, and tVarMat, and on the TI84s, $EF.
TI has updated the OS for the TI84s to return true for $EF, the identifer for the TI84s new tokens. It would be nice if someone would run this program[dead link] to check to see how OS 1.19 reacts to $EF. (Source[dead link] (jr z, w00itztru1111 should be w00tiztru1111))