Difference between revisions of "84PCE:Syscalls:0207C0"

From WikiTI
Jump to: navigation, search
(Created page with "PutS 0207C0 - PutS == Synopsis == '''Hypothesized Official Name:''' PutS '''Syscall Address:''' 0207C0...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:84PCE:BCALLs:By Name|PutS]]
+
[[Category:84PCE:Syscalls:By Name|PutS]]
[[Category:84PCE:BCALLs:By Address|0207C0 - PutS]]
+
[[Category:84PCE:Syscalls:By Address|0207C0 - PutS]]
  
 
== Synopsis ==
 
== Synopsis ==
Line 7: Line 7:
 
'''Syscall Address:''' 0207C0h
 
'''Syscall Address:''' 0207C0h
  
Displays the null-terminated string pointed to by HL on the homescreen at the coordinates indicated by [[84PCE:RAM:D00595|curRow]] and [[84PCE:RAM:curCol|curCol]] in large font format.
+
Displays the null-terminated string pointed to by HL on the homescreen at the coordinates indicated by [[84PCE:RAM:D00595|curRow]] and [[84PCE:RAM:D00596|curCol]] in large font format.
  
 
=== Inputs ===
 
=== Inputs ===
''See also: [[84PCE:BCALLs:0207B4|PutMap]]''
+
''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:D00596|curCol]]) : coordinates of the first character of the string in rows and columns (not pixels)
  
 
=== Outputs ===
 
=== Outputs ===
* Text printed at (curRow, curCol) on the homescreen.
+
* Text printed at ([[84PCE:RAM:D00595|curRow]], [[84PCE:RAM:D00596|curCol]]) on the homescreen.
 
* HL points to the character after the null terminator.
 
* HL points to the character after the null terminator.
* (curRow) and (curCol) updated
+
* ([[84PCE:RAM:D00595|curRow]]) and ([[84PCE:RAM:D00596|curCol]]) updated
  
 
=== Destroys ===
 
=== Destroys ===
''See also: [[84PCSE:BCALLs:44F8|PutMap]]''
+
''See also: [[84PCE:Syscalls:0207B4|PutMap]]''
 
* F
 
* F

Latest revision as of 10:11, 26 May 2015


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