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 and in large font format.
Inputs
- HL : pointer to the start of the string to be displayed
- (,) : Y coordinate in rows (not pixels)
Outputs
- Text printed at (curcol,currow) on the homescreen.
- HL points to the character after the null terminator.
Destroys
- Unknown