84PCE:RAM:D00595

From WikiTI
Jump to: navigation, search

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