Difference between revisions of "84PCSE:RAM:9BAA"

From WikiTI
Jump to: navigation, search
(Created page with '9BAA - cmdShadowcmdShadow == Synopsis == '''Official Name:''' cmdShadow '''Memory Address:''' 9BAA '''Length…')
 
 
Line 8: Line 8:
 
'''Length:''' 260 bytes
 
'''Length:''' 260 bytes
  
This area of memory is used to store a back-up of the contents of the home screen when another application is active.
+
This area of memory is used to store a back-up of the contents of the home screen when another application is active. You're really not supposed to mess with this. If you do, and there's anything in the homescreen's edit buffer, you'll screw it up. Apps would be wise to use JForceCmd with A = kClear to empty the edit buffer, but assembly programs will need something more sophisticated to fix the edit buffer.
  
 
== Comments ==
 
== Comments ==
  
 
This area has been significantly expanded from its previous size.
 
This area has been significantly expanded from its previous size.

Latest revision as of 22:21, 30 March 2014

Synopsis

Official Name: cmdShadow

Memory Address: 9BAA

Length: 260 bytes

This area of memory is used to store a back-up of the contents of the home screen when another application is active. You're really not supposed to mess with this. If you do, and there's anything in the homescreen's edit buffer, you'll screw it up. Apps would be wise to use JForceCmd with A = kClear to empty the edit buffer, but assembly programs will need something more sophisticated to fix the edit buffer.

Comments

This area has been significantly expanded from its previous size.