Difference between revisions of "83Plus:RAM:8000"
From WikiTI
m |
|||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:RAM:By_Name|appData]] | |
− | + | [[Category:83Plus:RAM:By_Address|8000 - appData]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' | + | '''Official Name:''' appData |
− | '''Memory Address:''' | + | '''Memory Address:''' 8000h |
− | '''Length:''' | + | '''Length:''' 256 bytes. |
− | This area of memory | + | This area of memory functions as scratch memory for the boot code. |
== Comments == | == Comments == | ||
− | + | One popular use of this area is to store a public key for validation by [[83Plus:BCALLs:801B|RSAValidate]] or [[83Plus:BCALLs:80A2|Rabin]]. | |
− | + | It is generally free for programs to use. | |
− | + |
Revision as of 08:48, 29 March 2005
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.