


Software support for 80186/8 emulators


This directory contains three source modules:

uc64764.s
   a sample file that can be used to install user code into the background
   monitor.  uc64764.s is used to generate uc64764.X which can be loaded
   using the load command with its -g option.

fm64764.s
   a copy of the default foregrond monitor.  This file can be modified to
   produce a foreground monitor with characteristics tailored to a particular
   target system.  fm64764.s is used to generate fm64764.X which can be loaded
   using the load command with its -f option.

v64764.s
   a sample vector table.  This file contains one active entry (the single
   step vector.  If a foreground monitor is to be used (either the default
   monitor or a modified monitor), v64764.s must be used to allow single
   stepping.  v64764.s may also be used to force entry into the monitor
   under other conditions.  v64764.s is used to generate v64764.X which
   can be loaded using the load command.


More specific information can be found as comments inside these source
modules.



;	@(mktid) 64764-11001  80186/8 EMUL FOREGRND MONITOR            A.00.01 27Jan88 11:06:39                                                                    
