Difference between revisions of "83Plus:RAM:97A6"

From WikiTI
Jump to: navigation, search
 
(Same thing as for "winTop")
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
'''Length:''' 1 bytes.
 
'''Length:''' 1 bytes.
  
This byte is used to store the bottomrow of the current window used by the edit buffer B_CALLs.
+
This byte is used to store the bottomrow of the current window.
  
 
== Comments ==
 
== Comments ==
You can use this byte in combination with [[83Plus:RAM:97A5|winTop]] to restrict the edit routines in the os to the lines you want to allow.
+
You can use this byte in combination with [[83Plus:RAM:97A5|winTop]] to restrict certain routines in the os to only affect the lines you want.
  
 
[[Category:83Plus:RAM:By Address|97A6 - winBtm]]
 
[[Category:83Plus:RAM:By Address|97A6 - winBtm]]
 
[[Category:83Plus:RAM:By Name|winBtm]]
 
[[Category:83Plus:RAM:By Name|winBtm]]

Latest revision as of 15:16, 8 April 2005

Synopsis

Official Name: winBtm

Memory Address: 97A6h

Length: 1 bytes.

This byte is used to store the bottomrow of the current window.

Comments

You can use this byte in combination with winTop to restrict certain routines in the os to only affect the lines you want.