Difference between revisions of "83Plus:BCALLs:4027"
From WikiTI
m |
m (formatting and punctuation) |
||
Line 9: | Line 9: | ||
'''BCALL Address:''' 4027 | '''BCALL Address:''' 4027 | ||
− | Use "BJUMP", not "BCALL | + | Use "BJUMP", not "BCALL". |
Exits App and returns to OS. | Exits App and returns to OS. | ||
Line 18: | Line 18: | ||
* None | * None | ||
=== Destroys === | === Destroys === | ||
− | * All (but it doesn't matter | + | * All (but it doesn't matter) |
== Comments == | == Comments == | ||
Line 24: | Line 24: | ||
== Example == | == Example == | ||
− | + | BJUMP JForceCmdNoChar | |
− | BJUMP JForceCmdNoChar | + | |
− | + |
Revision as of 08:14, 18 April 2008
Synopsis
Official Name: JForceCmdNoChar
BCALL Address: 4027
Use "BJUMP", not "BCALL".
Exits App and returns to OS.
Inputs
- None
Outputs
- None
Destroys
- All (but it doesn't matter)
Comments
This is the proper way to exit an app
Example
BJUMP JForceCmdNoChar