Difference between revisions of "84PCSE:BCALLs:4501"
From WikiTI
m |
|||
Line 9: | Line 9: | ||
=== 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]]) : | + | * ([[84PCSE:RAM:By Name|currow]], [[84PCSE:RAM:By Name|curcol]]) : coordinates of the first character of the string in rows and columns (not pixels) |
=== Outputs === | === Outputs === |
Revision as of 04:05, 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) : coordinates of the first character of the string in rows and columns (not pixels)
Outputs
- Text printed at (currow,curcol) on the homescreen.
- HL points to the character after the null terminator.
Destroys
- Unknown