83Plus:BCALLs:401E

From WikiTI
Revision as of 20:05, 5 February 2008 by Luby (Talk | contribs)

Jump to: navigation, search
This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


Synopsis

Official Name: Mon

BCALL Address: 401E

Starts the system monitor. The system monitor will take over the system, and report events to the application via the monitor vectors. The application must set its own monitor vectors with AppInit before calling Mon. Control of the application will never be returned from Mon.

Inputs

Outputs

  • none

Registers Destroyed

  • unknown

Comments

The system NEVER returns from this B_CALL. The programmer should find alternative methods of regaining control and exiting such as hooks, cxMain, etc.