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

From WikiTI
Jump to: navigation, search
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]]) : Y coordinate in rows (not pixels)
+
* ([[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 05:05, 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) : 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