Difference between revisions of "83Plus:BCALLs:4522"
From WikiTI
m |
|||
Line 17: | Line 17: | ||
== Comments == | == Comments == | ||
− | + | None | |
== Example == | == Example == |
Revision as of 08:34, 7 May 2006
Contents
Synopsis
Official Name: WPutSEOL
BCALL Address: 4522
Displays a string, putting an ellipsis (an ...) on the end of row if needed.
Inputs
- HL = String to display.
Outputs
None
Destroys
Unknown
Comments
None
Example
ld hl, Appname ld de,progToEdit ld bc,8 ldir B_CALL ExecuteApp Appname: db "Calcsys "
Credits and Contributions
- Kirk Meyer: For hinting on the use of this B_CALL.