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

From WikiTI
Jump to: navigation, search
m (Formatting. Hmm... I thought we were doing italics for None. Did I make that up?)
(warning about memory leak issues)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
  
 
=== Destroys ===
 
=== Destroys ===
''Unknown''
+
Not sure, but assume all
  
 
== Comments ==
 
== Comments ==
This B_CALL turns off the calculator. It doesn't matter what it destroys, because the program exits anyway.
+
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 21: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).