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...")
 
(Comments)
 
Line 12: Line 12:
  
 
== Comments ==
 
== Comments ==
This is used by [[84PCE:Syscalls:0207B4|PutMap]], [[84PCE:Syscalls:0207B8|PutC]], and many other system routines that call PutMap and PutC, such as [[84PCE:Syscalls:0207C0|PutS]], [[84PCE:Syscalls:0207C8|PutPS]], and [[84PCSE:Syscalls:021EE0|DispHL]].
+
This is used by [[84PCE:Syscalls:0207B4|PutMap]], [[84PCE:Syscalls:0207B8|PutC]], and many other system routines that call PutMap and PutC, such as [[84PCE:Syscalls:0207C0|PutS]], [[84PCE:Syscalls:0207C8|PutPS]], and [[84PCE:Syscalls:021EE0|DispHL]].
  
 
Permissible values for curCol range from 0 (left) to 25 (right), inclusive.
 
Permissible values for curCol range from 0 (left) to 25 (right), inclusive.

Latest revision as of 10:32, 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