Difference between revisions of "83Plus:BCALLs:4501"
From WikiTI
(Creating a new page to try out the wiki) |
(→Synopsis: didn't have the bcall's name :o) |
||
Line 1: | Line 1: | ||
== Synopsis == | == Synopsis == | ||
+ | '''Official Name:''' PutMap | ||
+ | |||
'''BCALL Address:''' 4501 | '''BCALL Address:''' 4501 | ||
Revision as of 03:48, 3 May 2006
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