DMS kernel implementations:

  DMSAVR.ASM   = AVR    Kernel
  DMS6811.ASM  = 68HC11 Kernel
  DMS6812.ASM  = 68HC12 Kernel
  DMS6808.ASM  = 68HC08 Kernel  (Untested)
  DMS6809.ASM  = 6809   Kernel
  DMS6816.ASM  = 68HC16 Kernel  (Not yet complete)
  DMS8051.ASM  = 8051   Kernel
  DMS8086.ASM  = 8086   Kernel
  DMS8085.ASM  = 8085   Kernel
  VMCDMS.C     = DDS C-FLEA Virtual Machine with Integrated Kernel *

*: VMCDMS.COM is an executable program which you can run on another PC
   to implement a remote C-FLEA target with an Integrated DMS kernel:

   Use:    VMCDMS [options]

   opts:   C=1-4   - Specify COMM port             [1]
           S=speed - Specify baudrate (50-57600)   [19200]
           -M      - Start with monitoring enabled

   Connect the PC which will run DMS to another PC running VMCDMS with
   a "null modem" or "crossover" serial cable. Start VMCDMS on the
   remote PC, then start DMS on the local PC.

   Once VMCDMS is running, you can use the following command keys (on
   the PC running VMCDMS):

   F1 - Toggle Monitoring ON/OFF
        When ON, VMCDMS displays all kernel actions being performed.

   F2 - Halt execution
        Causes the Virtual Machine to stop execution and return to the
        DMS interface - as if a breakpoint had been encountered.

   F9 - Reset
        Resets the Virtual Machine (like hardware CPU reset)

   F10- Terminate VMCDMS

