84PCSE:BCALLs:4501
From WikiTI
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) : 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