Difference between revisions of "83Plus:BCALLs:4033"

From WikiTI
Jump to: navigation, search
m (corrected link)
(Comments)
Line 18: Line 18:
  
 
== Comments ==
 
== Comments ==
This B_CALL puts away the current app, loads the context vectors for a particular builtin app, and calls the appropriate initialization code.
+
This B_CALL puts away the current app, loads the context vectors for a particular builtin app, and calls the appropriate initialization code. (It ''does'' return, however.)
  
 
== Credits and Contributions ==
 
== Credits and Contributions ==
 
* '''Brandon Sterner:''' "Now... someone go document this on the wiki."
 
* '''Brandon Sterner:''' "Now... someone go document this on the wiki."

Revision as of 18:39, 13 April 2005

Synopsis

Official Name: NewContext0

BCALL Address: 4033

Loads one of the TIOS builtin apps.

Inputs

Outputs

Destroys

  • Many additional side effects are possible depending on the app selected

Comments

This B_CALL puts away the current app, loads the context vectors for a particular builtin app, and calls the appropriate initialization code. (It does return, however.)

Credits and Contributions

  • Brandon Sterner: "Now... someone go document this on the wiki."