83Plus:BCALLs:4501

From WikiTI
Revision as of 10:49, 4 May 2006 by Gambit (Talk | contribs)

Jump to: navigation, search

Synopsis

Official Name: PutMap

BCALL Address: 4501

Outputs a character in the large font at the current cursor location.

Inputs

  • A = TI-ASCII code of character to display

Outputs

Destroys

  • none

Comments

This B_CALL outputs the character stored in A at the current cursor location without changing the cursor. It uses the large font.

Example

Shows É in the upper-left hand corner of the screen:

ld a, LcapEAcute
ld hl, $0000
ld (curRow),hl
B_CALL PutMap