Difference between revisions of "84PCSE:RAM:8B8C"

From WikiTI
Jump to: navigation, search
m (moved 84PCSE:RAM:8C1C to 84PCSE:RAM:8B8C: Previous equate for this RAM area was incorrect.)
(Previous location was incorrect.)
 
Line 4: Line 4:
 
'''Hypothesized Official Name:''' statVars
 
'''Hypothesized Official Name:''' statVars
  
'''Memory Address:''' 8C1C
+
'''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 21: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.