Difference between revisions of "83Plus:RAM:8508"
From WikiTI
m |
(technically textShadow doesn't always hold the homescreen...) |
||
Line 7: | Line 7: | ||
'''Length:''' 128 bytes. | '''Length:''' 128 bytes. | ||
− | This area of memory stores a copy of the large font text on the screen. This is | + | 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 [[83Plus:RAM:966E|cmdShadow]] if another application/context is active. | ||
== 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|1, (iy + 0Dh)]]. |
Revision as of 14:57, 31 March 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 1, (iy + 0Dh).