Difference between revisions of "84PCE:RAM:D02A98"
From WikiTI
(Created page with "D02A98 - graphBGColor graphBGColor == Synopsis == '''Unofficial Name:''' graphBGColor '''Memory Address:''' D...") |
|||
Line 1: | Line 1: | ||
− | [[Category:84PCE:RAM:By Address| | + | [[Category:84PCE:RAM:By Address|D02587 - tempMem]] [[Category:84PCE:RAM:By Name|tempMem]] |
== Synopsis == | == Synopsis == | ||
− | '''Unofficial Name:''' | + | '''Unofficial Name:''' tempMem |
− | '''Memory Address:''' | + | '''Memory Address:''' D02587h |
− | '''Length:''' | + | '''Length:''' 3 bytes |
− | Stores the | + | 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 12: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.