83Plus:BCALLs:4501

From WikiTI
Revision as of 18:07, 1 May 2006 by Alexrudd (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

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