Difference between revisions of "83Plus:RAM:858D"

From WikiTI
Jump to: navigation, search
m (categories)
(fixed Mon bcall link to be the address, not the name...)
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:Mon|Mon]] BCALL is in control.
+
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 AppInit BCALL.

Revision as of 16:57, 30 May 2005

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.