Difference between revisions of "83Plus:RAM:858D"
From WikiTI
m (linked appinit) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:83Plus:RAM:By Address|858D - cxMain]][[Category:83Plus:RAM:By Name|cxMain]] | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' cxMain | '''Official Name:''' cxMain | ||
Line 6: | 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.