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

From WikiTI
Jump to: navigation, search
Line 1: Line 1:
[[Category:84PCE:RAM:By Address|D02587 - tempMem]] [[Category:84PCE:RAM:By Name|tempMem]]
+
[[Category:84PCE:RAM:By Address|D00125 - flashByte]] [[Category:84PCE:RAM:By Name|flashByte]]
 
== Synopsis ==
 
== Synopsis ==
 
'''Unofficial Name:''' tempMem
 
'''Unofficial Name:''' tempMem
  
'''Memory Address:''' D02587h
+
'''Memory Address:''' D00125h
  
'''Length:''' 3 bytes
+
'''Length:''' 1 byte
  
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.
+
Used for writing to flash with the system call WriteFlashByte. Can be otherwise used as scrap ram.

Revision as of 00:01, 26 May 2016

Synopsis

Unofficial Name: tempMem

Memory Address: D00125h

Length: 1 byte

Used for writing to flash with the system call WriteFlashByte. Can be otherwise used as scrap ram.