Difference between revisions of "83Plus:RAM:8000"
From WikiTI
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:RAM:By_Name|appData]] | + | [[Category:83Plus:RAM:By_Name|appData]] [[Category:83Plus:RAM:By_Address|8000 - appData]] |
− | [[Category:83Plus:RAM:By_Address|8000 - appData]] | + | |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' appData | '''Official Name:''' appData | ||
Line 14: | Line 13: | ||
It is generally free for programs to use. | It is generally free for programs to use. | ||
+ | |||
+ | Sometimes referred to as rameCode. |
Latest revision as of 17:35, 13 April 2008
Synopsis
Official Name: appData
Memory Address: 8000h
Length: 256 bytes.
This area of memory functions as scratch memory for the boot code.
Comments
One popular use of this area is to store a public key for validation by RSAValidate or Rabin.
It is generally free for programs to use.
Sometimes referred to as rameCode.