Difference between revisions of "83Plus:RAM:844B"
From WikiTI
m |
|||
Line 1: | Line 1: | ||
− | + | [[Category:83Plus:RAM:By_Value|844B - curRow]] | |
− | + | [[Category:83Plus:RAM:By_Name|curRow]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' | + | '''Official Name:''' curRow |
− | '''Memory Address:''' | + | '''Memory Address:''' 844Bh |
− | '''Length:''' 1 | + | '''Length:''' 1 byte |
− | This | + | This stores the Y address of the large font text cursor, used by routines such as [[83Plus:BCALLs:4504|PutC]]. |
== Comments == | == Comments == | ||
− | + | Valid values range from 0 to 7. | |
− | == | + | == See Also == |
− | * | + | * [[83Plus:RAM:844C|curCol]] |
+ | * [[83Plus:RAM:86D8|penRow]] | ||
+ | * [[83Plus:RAM:86D7|penCol]] |
Revision as of 13: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.