83Plus:BCALLs:4A0B

From WikiTI
Revision as of 22:36, 8 April 2005 by Woozle (Talk | contribs)

Jump to: navigation, search

Synopsis

Official Name: TokToKey

BCALL Address: 4A0B

Converts a tokens to key presses.

Inputs

  • If one byte token,
  • D = 0
  • E = token value
  • If two byte token,
  • D = first byte of token
  • E = second byte of token

Outputs

  • A = first byte of key
  • (keyExtend) = second byte of key press, if it exists

Registers Destroyed

  •  ??

Example

ld d,0
ld e,tSin
B_CALL TokToKey ;should return a=kSin