Difference between revisions of "RAM Template"

From WikiTI
Jump to: navigation, search
(added category stuff)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
The RAM Areas are named by their start address, in hexadecimal. An example is [[83Plus:RAM:8478]].
 
The RAM Areas are named by their start address, in hexadecimal. An example is [[83Plus:RAM:8478]].
 +
 +
You must also add something similar to the following to make your documentation show up in the category lists:
 +
<nowiki>[[Category:83Plus:RAM:By Address|3141 - ValueOfPi]]
 +
[[Category:83Plus:RAM:By Name|ValueOfPi]]</nowiki>
  
 
----
 
----
Line 18: Line 22:
  
 
== Credits and Contributions ==
 
== Credits and Contributions ==
* '''/usr/bin/vi:''' For being the superior editor (death to emacs!)
+
* '''/usr/bin/vim:''' For being the superior editor (death to emacs!)

Latest revision as of 10:21, 28 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.

You must also add something similar to the following to make your documentation show up in the category lists:

[[Category:83Plus:RAM:By Address|3141 - ValueOfPi]]
[[Category:83Plus:RAM:By Name|ValueOfPi]]

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/vim: For being the superior editor (death to emacs!)