Difference between revisions of "84PCSE:RAM:845A"
From WikiTI
(Created page with '845A - curCol curCol == Synopsis == '''Hypothesized Official Name:''' curCol '''Memory Address:''' 845Ah '''L…') |
m (wrong category) |
||
Line 1: | Line 1: | ||
− | [[Category:84PCSE:RAM:By Address|845A - curCol]] [[Category: | + | [[Category:84PCSE:RAM:By Address|845A - curCol]] [[Category:84PCSE:RAM:By Name|curCol]] |
== Synopsis == | == Synopsis == | ||
'''Hypothesized Official Name:''' curCol | '''Hypothesized Official Name:''' curCol |
Latest revision as of 19:54, 1 April 2013
Synopsis
Hypothesized Official Name: curCol
Memory Address: 845Ah
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.