Difference between revisions of "83Plus:BCALLs:5008"
From WikiTI
m |
(warning about memory leak issues) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 5: | Line 5: | ||
'''BCALL Address:''' 5008 | '''BCALL Address:''' 5008 | ||
− | Turns | + | Turns off the calculator. This will cause a put away to the homescreen. |
=== Inputs === | === Inputs === | ||
− | None | + | ''None'' |
=== Outputs === | === Outputs === | ||
− | None | + | ''None'' |
=== Destroys === | === Destroys === | ||
− | + | Not sure, but assume all | |
== Comments == | == Comments == | ||
− | This B_CALL turns off the calculator. | + | This B_CALL turns off the calculator. It doesn't matter what it destroys, because the program exits anyway (leaking memory in the process, unless you've already taken care of that or you're an app). |
Latest revision as of 20:40, 2 September 2013
Synopsis
Official Name: PowerOff
BCALL Address: 5008
Turns off the calculator. This will cause a put away to the homescreen.
Inputs
None
Outputs
None
Destroys
Not sure, but assume all
Comments
This B_CALL turns off the calculator. It doesn't matter what it destroys, because the program exits anyway (leaking memory in the process, unless you've already taken care of that or you're an app).