Difference between revisions of "84PCE:RAM:D00595"

From WikiTI
Jump to: navigation, search
(Created page with "D00595 - curRow curRow == Synopsis == '''Hypothesized Official Name:''' curRow '''Memory Address:''' D00595h...")
 
Line 16: Line 16:
  
 
== See also ==
 
== See also ==
[[84PCSE:RAM:845A|curCol]]
+
[[84PCE:RAM:D00596|curCol]]

Revision as of 10:15, 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.

See also

curCol