Eval board notes:  

1) serial interface is:  4800 baud, 8 bits, 1 stop bit, no parity 

2) On reset, the HC11 sends its greeting to the serial port.  
   Press enter and the HC11 will return a prompt.  
   To initialize the HC11 to talk to the hardware, enter the 
   following:  
    MM 005A
    00 88 08 03 04 01 

   This is a memory modify instruction.  After each space, the 
   monitor moves to the next memory location.  

3) To display the monitor help screen, send "?".  

4) The monitor program source code and assembled S-records are 
   available from the Motorola bulletin board.  The monitor 
   is the BUFK42 buffalo monitor and the files are 
   BUFK42.S19, BUFK42.ASM, and BUFK42.LST.  
   The Motorola bulletin board can now be accessed via the 
   Internet using anonymous ftp at freeware.aus.sps.mot.com.  

