Difference between revisions of "84PCE:RAM:D02A98"

From WikiTI
Jump to: navigation, search
(Created page with "D02A98 - graphBGColor graphBGColor == Synopsis == '''Unofficial Name:''' graphBGColor '''Memory Address:''' D...")
 
Line 1: Line 1:
[[Category:84PCE:RAM:By Address|D02A98 - graphBGColor]] [[Category:84PCE:RAM:By Name|graphBGColor]]
+
[[Category:84PCE:RAM:By Address|D02587 - tempMem]] [[Category:84PCE:RAM:By Name|tempMem]]
 
== Synopsis ==
 
== Synopsis ==
'''Unofficial Name:''' graphBGColor
+
'''Unofficial Name:''' tempMem
  
'''Memory Address:''' D02A98h
+
'''Memory Address:''' D02587h
  
'''Length:''' 2 bytes
+
'''Length:''' 3 bytes
  
Stores the color of the graph background to draw in 565 color format. This is normally light gray in color.
+
Stores a pointer to the start of available user memory. This can then be used for whatever you please, either as an extra RAM location or something similar. Be sure to get the size of available memory with _MemChk or something similar.

Revision as of 13:18, 25 May 2016

Synopsis

Unofficial Name: tempMem

Memory Address: D02587h

Length: 3 bytes

Stores a pointer to the start of available user memory. This can then be used for whatever you please, either as an extra RAM location or something similar. Be sure to get the size of available memory with _MemChk or something similar.