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

From WikiTI
Jump to: navigation, search
(Created page with "D00596 - curCol curCol == Synopsis == '''Hypothesized Official Name:''' curCol '''Memory Address:''' D00596h...")
(No difference)

Revision as of 10:22, 26 May 2015


Synopsis

Hypothesized Official Name: curCol

Memory Address: D00596h

Length: 1 byte

Stores the current cursor column (X 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 curCol range from 0 (left) to 25 (right), inclusive.

See also

curRow