83Plus:BCALLs:5233
From WikiTI
Synopsis
Unofficial Name: GoToLastRow
BCALL Address: 5233
Minimum OS Version: 2.30
Sets (curRow), (curCol), (penCol), and (penRow) to point to the last row of the screen.
Inputs
- None
Outputs
Destroys
- HL, A
Comments
The functional equivalent of this routine is below:
ld hl,7 ld (curRow),hl ld hl,56*256+1 ld (penCol),hl ret