84PCSE:RAM:8459

From WikiTI
Revision as of 20:54, 1 April 2013 by FloppusMaximus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Hypothesized Official Name: curRow

Memory Address: 8459h

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