To make the MON16 monitor PROMs do the following steps:

1. Assemble all source files:
   as -o monint.o monint.s
   as -o moncmd.o moncmd.s
   as -o monsub.o monsub.s
   as -o montab.o montab.s

2. Link all object files:
   ld -o mon16.x monint.o moncmd.o monsub.o montab.o

3. Monfix the executable file:
   monfix mon16.x

4. Use Ddt to change the static base entry of the module tables of 
   modules monint, moncmd, and monsub.  Also change the load static
   base instruction to set the static base to H'8000.
   ddt -iw mon16.x
   06/	  800000 <cr>              (in ddt)
   20/    8000  <cr>               (in ddt)
   30/    8000  <cr>               (in ddt)
   40/    8000  <cr>               (in ddt)
   $q                              (exit from ddt)

5. Burn monitor PROMs using the nburn program.
   Connect the PROM burner to the aux port of your terminal and set it to
   program 2732 PROMs by entering PROG, 1, 9, 2, 4.  Enable the burner 
   with SELECT, 5, 0, ENTER, SELECT, D, 1, ENTER, START key sequence.  
   Put an erased 2732 EPROM in the socket and load PROM burner with even 
   bytes by entering: 
        nburn -s 0 4 e mon16.x<cr>   
   Then program the EPROM with PROG, START.
   Repeat the above procedure for the odd bytes using
	nburn -s 0 4 o mon16.x<cr>

