Difference between revisions of "83:RAM:800C"

From WikiTI
Jump to: navigation, search
 
(need to regenerate category:stubs listing, + move {{stub}} to top)
 
Line 1: Line 1:
 
[[Category:83:RAM:By Address|800C - curRow]][[Category:83:RAM:By Name|curRow]]
 
[[Category:83:RAM:By Address|800C - curRow]][[Category:83:RAM:By Name|curRow]]
 +
{{stub}}
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' curRow
 
'''Official Name:''' curRow
Line 7: Line 8:
 
'''Length:''' 1 byte.
 
'''Length:''' 1 byte.
  
This byte holds the cursor row value. It is used by large font routines like [[83:ROMCalls:470D|puts]].
+
This byte holds the cursor row value. It is used by large font routines like [[83:ROMCalls:470D|PutS]].
----
+
{{stub}}
+

Latest revision as of 19:26, 10 July 2005

This article is a stub. You can help WikiTI by expanding it.


Synopsis

Official Name: curRow

Memory Address: 800C

Length: 1 byte.

This byte holds the cursor row value. It is used by large font routines like PutS.