83Plus:BCALLs:4594

From WikiTI
Revision as of 08:28, 8 July 2005 by AndyJ (Talk | contribs)

Jump to: navigation, search

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.

Example