83Plus:BCALLs:4522

From WikiTI
Revision as of 15:48, 2 June 2005 by JasonM (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

This B_CALL never returns to the caller, when you exit the application it will return to the homescreen like it normally does.

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.