Difference between revisions of "83Plus:RAM:8508"

From WikiTI
Jump to: navigation, search
(technically textShadow doesn't always hold the homescreen...)
m
 
Line 12: Line 12:
  
 
== Comments ==
 
== Comments ==
The large font text routines store to this section of RAM. To prevent this, reset [[83Plus:Flags:0D#Bit_1|1, (iy + 0Dh)]].
+
The large font text routines store to this section of RAM. To prevent this, reset [[83Plus:Flags:0D#Bit_1|appTextSave, (iy + appFlags)]].

Latest revision as of 08:59, 26 April 2005

Synopsis

Official Name: textShadow

Memory Address: 8508h

Length: 128 bytes.

This area of memory stores a copy of the large font text on the screen. This is used to allow the calculator to easily redraw the screen when you close a menu (by pressing clear or something.)

Note that textShadow doesn't neccesarily hold what is on the homescreen (although it will if the homescreen is active.) The homescreen text is backed up into cmdShadow if another application/context is active.

Comments

The large font text routines store to this section of RAM. To prevent this, reset appTextSave, (iy + appFlags).