Difference between revisions of "83Plus:BCALLs:4033"
From WikiTI
m (subst) |
(remove my silly earlier comment about port 6) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:BCALLs:By_Name:Monitor|NewContext0]] [[Category:83Plus:BCALLs:By_Name|NewContext0]] [[Category:83Plus:BCALLs:By_Address|4033 - NewContext0]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' | + | '''Official Name:''' NewContext0 |
− | '''BCALL Address:''' | + | '''BCALL Address:''' 4033 |
− | + | ||
− | + | Loads one of the TIOS builtin apps. | |
=== Inputs === | === Inputs === | ||
− | * [[83Plus:RAM: | + | * A = context equate (see [[83Plus:RAM:859A|cxCurApp]]) |
− | + | ||
− | + | ||
=== Outputs === | === Outputs === | ||
− | * | + | * [[83Plus:RAM:858D|Context vectors]] set to the desired app |
− | * | + | * ''others?'' |
=== Destroys === | === Destroys === | ||
− | * | + | * ''Many additional side effects are possible depending on the app selected'' |
== Comments == | == Comments == | ||
− | This B_CALL | + | 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." |
Latest revision as of 18:30, 29 September 2009
Synopsis
Official Name: NewContext0
BCALL Address: 4033
Loads one of the TIOS builtin apps.
Inputs
- A = context equate (see cxCurApp)
Outputs
- Context vectors set to the desired app
- others?
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."