Difference between revisions of "83Plus:BCALLs:4594"
From WikiTI
Thepenguin77 (Talk | contribs) m (destroys DE too) |
|||
(One intermediate revision by one other user not shown) | |||
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 | ||
Line 16: | Line 16: | ||
=== Destroys === | === Destroys === | ||
− | * A, BC | + | * A, DE, BC |
== Comments == | == Comments == |
Latest revision as of 20:58, 24 November 2010
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, DE, BC
Comments
This does not set HL=OP3 like TI's developer guide claims. In OS v1.18, HL is preserved.