83Plus:BCALLs:4C51

From WikiTI
Revision as of 05:53, 29 March 2005 by 81.58.33.50 (Talk)

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

Synopsis

Official Name: ExecuteApp

BCALL Address: 4C51

Executes a flash application.

Inputs

Outputs

None

Destroys

All

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

  • Michael Vincet: For documenting this B_CALL.