Difference between revisions of "83Plus:RAM:8259"
From WikiTI
m |
|||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:RAM:By_Name|MD5Temp]] | |
− | + | [[Category:83Plus:RAM:By_Address|8259 - MD5Temp]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | ''' | + | '''Unofficial Name:''' MD5Temp |
− | '''Memory Address:''' | + | '''Memory Address:''' 8259h |
− | '''Length:''' | + | '''Length:''' 16 bytes. |
− | This area of memory | + | This area of memory is used internally by the MD5 routines (used by [[83Plus:BCALLs:8090|MD5Update]] and [[83Plus:BCALLs:8018|MD5Final]].) It stores the MD5 registers which are being operated upon, which are added back into [[83Plus:RAM:8292|MD5Hash]] once a round of mangling is completed. |
== Comments == | == Comments == | ||
− | + | I believe this area is safe for programs to use as scratch memory, but of course it will be overwritten whenever an MD5 is computed. | |
− | + | ||
− | + | ||
− | + |
Revision as of 11:44, 28 March 2005
Synopsis
Unofficial Name: MD5Temp
Memory Address: 8259h
Length: 16 bytes.
This area of memory is used internally by the MD5 routines (used by MD5Update and MD5Final.) It stores the MD5 registers which are being operated upon, which are added back into MD5Hash once a round of mangling is completed.
Comments
I believe this area is safe for programs to use as scratch memory, but of course it will be overwritten whenever an MD5 is computed.