Difference between revisions of "84PCSE:BCALLs:4501"
From WikiTI
(Created page with 'putS 4501 - putS == Synopsis == '''Official Name:''' putS '''BCALL Address:''' 4501h Displays the null-…') |
|||
Line 5: | Line 5: | ||
'''BCALL Address:''' 4501h | '''BCALL Address:''' 4501h | ||
− | Displays the null-terminated string pointed to by HL on the homescreen at the coordinates indicated by [[ | + | Displays the null-terminated string pointed to by HL on the homescreen at the coordinates indicated by [[84PCSE:RAM:By Name|currow]] and [[84PCSE:RAM:By Name|curcol]] in large font format. |
=== Inputs === | === Inputs === | ||
* HL : pointer to the start of the string to be displayed | * HL : pointer to the start of the string to be displayed | ||
− | * ([[ | + | * ([[84PCSE:RAM:By Name|currow]], [[84PCSE:RAM:By Name|curcol]]) : Y coordinate in rows (not pixels) |
=== Outputs === | === Outputs === | ||
− | * Text printed at ( | + | * Text printed at (currow,curcol) on the homescreen. |
* HL points to the character after the null terminator. | * HL points to the character after the null terminator. | ||
=== Destroys === | === Destroys === | ||
* Unknown | * Unknown |
Revision as of 04:04, 22 February 2013
Contents
Synopsis
Official Name: putS
BCALL Address: 4501h
Displays the null-terminated string pointed to by HL on the homescreen at the coordinates indicated by currow and curcol in large font format.
Inputs
- HL : pointer to the start of the string to be displayed
- (currow, curcol) : Y coordinate in rows (not pixels)
Outputs
- Text printed at (currow,curcol) on the homescreen.
- HL points to the character after the null terminator.
Destroys
- Unknown