Difference between revisions of "84PCSE:RAM:8459"
From WikiTI
(Created page with '8459 - curRow curRow == Synopsis == '''Hypothesized Official Name:''' curRow '''Memory Address:''' 8459h '''…') |
m (wrong category) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCSE:RAM:By Address|8459 - curRow]] [[Category: | + | [[Category:84PCSE:RAM:By Address|8459 - curRow]] [[Category:84PCSE:RAM:By Name|curRow]] |
− | + | ||
== Synopsis == | == Synopsis == | ||
'''Hypothesized Official Name:''' curRow | '''Hypothesized Official Name:''' curRow |
Latest revision as of 19:54, 1 April 2013
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.