Difference between revisions of "84PCE:Syscalls:0207C0"
From WikiTI
(→Destroys) |
(→Inputs) |
||
Line 10: | Line 10: | ||
=== Inputs === | === Inputs === | ||
− | ''See also: [[84PCE: | + | ''See also: [[84PCE:Syscalls:0207B4|PutMap]]'' |
* HL : pointer to the start of the string to be displayed | * HL : pointer to the start of the string to be displayed | ||
* ([[84PCE:RAM:D00595|curRow]], [[84PCE:RAM:curCol|curCol]]) : coordinates of the first character of the string in rows and columns (not pixels) | * ([[84PCE:RAM:D00595|curRow]], [[84PCE:RAM:curCol|curCol]]) : coordinates of the first character of the string in rows and columns (not pixels) |
Revision as of 19:08, 25 May 2015
Contents
Synopsis
Hypothesized Official Name: PutS
Syscall Address: 0207C0h
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
See also: PutMap
- 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.
- (curRow) and (curCol) updated
Destroys
See also: PutMap
- F