Difference between revisions of "RAM Template"

From WikiTI
Jump to: navigation, search
 
Line 6: Line 6:
  
 
== Synopsis ==
 
== Synopsis ==
'''Official Name:''' OP1
+
'''Official Name:''' ValueOfPi
  
'''Memory Address:''' 8478h
+
'''Memory Address:''' 3141h
  
'''Length:''' 9h bytes.
+
'''Length:''' 1,000,000 bytes.
  
This 9-byte block of memory is used for many OS routines. Please see each routine's documentation as to how it uses this memory block
+
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.
  
 
== Comments ==
 
== Comments ==
You should say any other useful tidbits of information here, such as it gets updated automatically in an interrupt (such as [[83Plus:RAM:8449|APDTimer]]) or on an event (such as [[83Plus:RAM:8446|keyExtend]]).
+
This value can be recalculated by talking to the people inside the calculator (or that's what my math teacher says.)
  
 
== Credits and Contributions ==
 
== Credits and Contributions ==
* '''/boot/kernel:''' What else do I need to say? :)
+
* '''/usr/bin/vi:''' For being the superior editor (death to emacs!)

Revision as of 20:56, 26 March 2005

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

Official Name: ValueOfPi

Memory Address: 3141h

Length: 1,000,000 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.

Comments

This value can be recalculated by talking to the people inside the calculator (or that's what my math teacher says.)

Credits and Contributions

  • /usr/bin/vi: For being the superior editor (death to emacs!)