Difference between revisions of "84PCSE:BCALLs:4501"

From WikiTI
Jump to: navigation, search
(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 [[Category:84PCSE:RAM:By Name|curcol]] and [[Category:84PCSE:RAM:By Name|currow]] in large font format.
+
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
* ([[Category:84PCSE:RAM:By Name|currow]], [[Category:84PCSE:RAM:By Name|curcol]]) : Y coordinate in rows (not pixels)
+
* ([[84PCSE:RAM:By Name|currow]], [[84PCSE:RAM:By Name|curcol]]) : Y coordinate in rows (not pixels)
  
 
=== Outputs ===
 
=== Outputs ===
* Text printed at (curcol,currow) on the homescreen.
+
* 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 05:04, 22 February 2013

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