Difference between revisions of "83Plus:BCALLs:4594"
From WikiTI
(fixed categories) |
|||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name: | + | [[Category:83Plus:BCALLs:By Name|Get_Tok_Strng]] [[Category:83Plus:BCALLs:By Name:Utility|Get_Tok_Strng]] [[Category:83Plus:BCALLs:By Name:Text|Get_Tok_Strng]] [[Category:83Plus:BCALLs:By Address|4594 - Get_Tok_Strng]] |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' Get_Tok_Strng | '''Official Name:''' Get_Tok_Strng |
Revision as of 07:28, 8 July 2005
Synopsis
Official Name: Get_Tok_Strng
BCALL Address: 4594
Gets the string used for displaying a particular token.
Inputs
- HL = pointer to token
Outputs
- A = length of string
- BC = length of string
- OP3 = String which can be used to display the token
Destroys
- A, BC
Comments
This does not set HL=OP3 like TI's developer guide claims. In OS v1.18, HL is preserved.