Difference between revisions of "84PCE:RAM:D00595"
From WikiTI
(Created page with "D00595 - curRow curRow == Synopsis == '''Hypothesized Official Name:''' curRow '''Memory Address:''' D00595h...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
== Comments == | == Comments == | ||
− | This is used by [[84PCE:Syscalls:0207B4|PutMap]], [[84PCE:Syscalls:0207B8|PutC]], and many other system routines that call PutMap and PutC, such as [[84PCE:Syscalls:0207C0|PutS]], [[84PCE:Syscalls:0207C8|PutPS]], and [[ | + | This is used by [[84PCE:Syscalls:0207B4|PutMap]], [[84PCE:Syscalls:0207B8|PutC]], and many other system routines that call PutMap and PutC, such as [[84PCE:Syscalls:0207C0|PutS]], [[84PCE:Syscalls:0207C8|PutPS]], and [[84PCE:Syscalls:021EE0|DispHL]]. |
Permissible values for curRow range from 0 (top of screen) to 9 (bottom of screen), inclusive. | Permissible values for curRow range from 0 (top of screen) to 9 (bottom of screen), inclusive. | ||
== See also == | == See also == | ||
− | [[ | + | [[84PCE:RAM:D00596|curCol]] |
Latest revision as of 09:32, 26 May 2015
Synopsis
Hypothesized Official Name: curRow
Memory Address: D00595h
Length: 1 byte
Stores the current cursor row (Y position) for large (fixed-width) font display routines.
Comments
This is used by PutMap, PutC, and many other system routines that call PutMap and PutC, such as PutS, PutPS, and DispHL.
Permissible values for curRow range from 0 (top of screen) to 9 (bottom of screen), inclusive.