Difference between revisions of "83Plus:RAM:844B"

From WikiTI
Jump to: navigation, search
m
 
Line 1: Line 1:
'''Note:''' Do not take the information on this template page as actual documentation!
+
[[Category:83Plus:RAM:By_Value|844B - curRow]]
 
+
[[Category:83Plus:RAM:By_Name|curRow]]
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:
+
NaodW29-nowiki6b6101396bf25fe700000001
+
 
+
----
+
 
+
 
== Synopsis ==
 
== Synopsis ==
'''Official Name:''' ValueOfPi
+
'''Official Name:''' curRow
  
'''Memory Address:''' 3141h
+
'''Memory Address:''' 844Bh
  
'''Length:''' 1,000,000 bytes.
+
'''Length:''' 1 byte
  
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 stores the Y address of the large font text cursor, used by routines such as [[83Plus:BCALLs:4504|PutC]].
  
 
== Comments ==
 
== Comments ==
This value can be recalculated by talking to the people inside the calculator (or that's what my math teacher says.)
+
Valid values range from 0 to 7.
  
== Credits and Contributions ==
+
== See Also ==
* '''/usr/bin/vim:''' For being the superior editor (death to emacs!)
+
* [[83Plus:RAM:844C|curCol]]
 +
* [[83Plus:RAM:86D8|penRow]]
 +
* [[83Plus:RAM:86D7|penCol]]

Revision as of 14:07, 29 March 2005

Synopsis

Official Name: curRow

Memory Address: 844Bh

Length: 1 byte

This stores the Y address of the large font text cursor, used by routines such as PutC.

Comments

Valid values range from 0 to 7.

See Also