Difference between revisions of "83Plus:RAM:858D"
From WikiTI
m (categories) |
m (linked appinit) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
'''Length:''' 2 bytes. | '''Length:''' 2 bytes. | ||
− | This area of memory stores the address offset of a procedure to be called when a key is pressed while the [[83Plus:BCALLs: | + | This area of memory stores the address offset of a procedure to be called when a key is pressed while the [[83Plus:BCALLs:401E|Mon]] BCALL is in control. |
== Comments == | == Comments == | ||
− | This is usually assigned by using the AppInit BCALL. | + | This is usually assigned by using the [[83Plus:BCALLs:404B|AppInit]] BCALL. |
Latest revision as of 15:28, 28 March 2006
Synopsis
Official Name: cxMain
Memory Address: 858Dh
Length: 2 bytes.
This area of memory stores the address offset of a procedure to be called when a key is pressed while the Mon BCALL is in control.
Comments
This is usually assigned by using the AppInit BCALL.