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

From WikiTI
Jump to: navigation, search
m (Synopsis: Spelling people :P (of -> off))
(warning about memory leak issues)
 
(4 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
'''BCALL Address:''' 5008
 
'''BCALL Address:''' 5008
  
Turns off the calculator
+
Turns off the calculator. This will cause a put away to the homescreen.
  
 
=== Inputs ===
 
=== Inputs ===
None
+
''None''
  
 
=== Outputs ===
 
=== Outputs ===
None
+
''None''
  
 
=== Destroys ===
 
=== Destroys ===
Unknown, please add.
+
Not sure, but assume all
  
 
== Comments ==
 
== Comments ==
This B_CALL turns off the calculator. I haven't researched anything regarding this B_CALL, thus if you find something out please add it.
+
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).