Difference between revisions of "83Plus:BCALLs:4C51"

From WikiTI
Jump to: navigation, search
 
m (Credits and Contributions)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:83Plus:BCALLs:By Name|ExecuteApp]]
+
[[Category:83Plus:BCALLs:By Name:Other|ExecuteApp]] [[Category:83Plus:BCALLs:By Name|ExecuteApp]] [[Category:83Plus:BCALLs:By Address|4C51 - ExecuteApp]]
[[Category:83Plus:BCALLs:By Name:Other|ExecuteApp]]
+
[[Category:83Plus:BCALLs:By Address|4C51 - ExecuteApp]]
+
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' ExecuteApp
 
'''Official Name:''' ExecuteApp
Line 30: Line 28:
  
 
== Credits and Contributions ==
 
== Credits and Contributions ==
* '''Michael Vincet:''' For documenting this B_CALL.
+
* '''Michael Vincent:''' For documenting this B_CALL.

Latest revision as of 06:18, 30 March 2005

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 Vincent: For documenting this B_CALL.