Difference between revisions of "83Plus:RAM:8269"

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
'''Note:''' Do not take the information on this template page as actual documentation!
 
 
The RAM Areas are named by their start address, in hexadecimal. An example is [[83Plus:RAM:8478]].
 
 
----
 
 
 
== Synopsis ==
 
== Synopsis ==
'''Official Name:''' ValueOfPi
+
'''Official Name:''' MD5Length
  
'''Memory Address:''' 3141h
+
'''Memory Address:''' 8269h
  
'''Length:''' 1,000,000 bytes.
+
'''Length:''' 4 bytes.
  
This area of memory stores the value of pi accurate to two million BCD digits. This is the value that is promptly truncated to only 14 digits by all the math routines.
+
This area stores the length ''in bits'' of the current MD5 data block. It is used internally by [[83Plus:BCALLs:808D|808D]], [[83Plus:BCALLs:8090|8090]] and [[83Plus:BCALLs:8018|8018]].
  
 
== Comments ==
 
== Comments ==
This value can be recalculated by talking to the people inside the calculator (or that's what my math teacher says.)
+
Do not modify this area.
 
+
== Credits and Contributions ==
+
* '''/usr/bin/vim:''' For being the superior editor (death to emacs!)
+

Revision as of 19:30, 27 March 2005

Synopsis

Official Name: MD5Length

Memory Address: 8269h

Length: 4 bytes.

This area stores the length in bits of the current MD5 data block. It is used internally by 808D, 8090 and 8018.

Comments

Do not modify this area.