Difference between revisions of "84PCE:RAM:D02A98"
From WikiTI
(Undo revision 11157 by MateoConLechuga (talk)) |
|||
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:''' tempMem | '''Unofficial Name:''' tempMem | ||
− | '''Memory Address:''' | + | '''Memory Address:''' D02587h |
− | '''Length:''' | + | '''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. |
Latest revision as of 00:02, 26 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.