Difference between revisions of "84PCSE:RAM:8B8C"
From WikiTI
(Created page with '8C1C - statVarsstatVars == Synopsis == '''Hypothesized Official Name:''' statVars '''Memory Address:''' 8C1C …') |
KermMartian (Talk | contribs) (Previous location was incorrect.) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
'''Hypothesized Official Name:''' statVars | '''Hypothesized Official Name:''' statVars | ||
− | '''Memory Address:''' | + | '''Memory Address:''' 8B8C |
'''Length:''' 531 bytes | '''Length:''' 531 bytes | ||
This appears to be the same as the old [[83Plus:RAM:8A3A|statVars]]. It can be used for scrap RAM, unless you need access to the OS statistics package. However, after using it for scrap RAM, you must BCALL(_DelRes) to inform the OS that the stats information formerly stored here is invalid. | This appears to be the same as the old [[83Plus:RAM:8A3A|statVars]]. It can be used for scrap RAM, unless you need access to the OS statistics package. However, after using it for scrap RAM, you must BCALL(_DelRes) to inform the OS that the stats information formerly stored here is invalid. |
Latest revision as of 20:05, 2 July 2014
Synopsis
Hypothesized Official Name: statVars
Memory Address: 8B8C
Length: 531 bytes
This appears to be the same as the old statVars. It can be used for scrap RAM, unless you need access to the OS statistics package. However, after using it for scrap RAM, you must BCALL(_DelRes) to inform the OS that the stats information formerly stored here is invalid.