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

From WikiTI
Jump to: navigation, search
 
Line 11: Line 11:
  
 
== 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 curRow range from 0 (top of screen) to 9 (bottom of screen), inclusive.
 
Permissible values for curRow range from 0 (top of screen) to 9 (bottom of screen), inclusive.

Latest revision as of 10:32, 26 May 2015

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