Difference between revisions of "83Plus:BCALLs:49D5"
From WikiTI
(Created) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name:Display|DispForward]] | + | [[Category:83Plus:BCALLs:By Name:Display|DispForward]] [[Category:83Plus:BCALLs:By Name|DispForward]] [[Category:83Plus:BCALLs:By Address|49D5 - DispForward]] |
− | [[Category:83Plus:BCALLs:By Name|DispForward]] | + | |
− | [[Category:83Plus:BCALLs:By Address|49D5 - DispForward]] | + | |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' DispForward | '''Official Name:''' DispForward |
Latest revision as of 20:29, 29 March 2005
Synopsis
Official Name: DispForward
BCALL Address: 49D5
Displays a string of tokens in large font.
Inputs
- DE: pointer to beginning of token string
- HL: pointer to byte after string of tokens.
- curRow: screen row to print text
- curCol: screen column to print text
Outputs
Registers Destroyed
- AF, BC, DE, HL
Comments
Auto scroll is temporarily turned off during this entry point.