Difference between revisions of "83Plus:BCALLs:4594"

From WikiTI
Jump to: navigation, search
(fixed categories)
m (destroys DE too)
 
Line 16: Line 16:
  
 
=== Destroys ===
 
=== Destroys ===
* A, BC
+
* A, DE, BC
  
 
== Comments ==
 
== Comments ==

Latest revision as of 21: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.

Example