83Plus:BCALLs:4501

From WikiTI
Revision as of 04:48, 3 May 2006 by AndyJ (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: ASCII code of character to display

Outputs

character at CurRow, CurCol

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

ld  hl, 0
ld (CurRow),hl
B_CALL PutMap