M68K Sample Files
-------------------------------------------------------------------------------

MatrixMultiply.H68  An interactive matrix multiply program
MatrixMultiply.LIS  Use tutor.setup and start execution at $1000
MatrixMultiply.s    Source for the matrix multiply program

tutor.h68    The Motorola Tutor monitor 

             - I got this off of an ftp site that mirrors the Motorola BBS
             - Use the tutor.setup or the tutor_telnet.setup. After you load
               the program do a system Reset and press the Run button


My68k.setup  A real simple setup with just on RAM chip

Tutor.setup  A setup with two RAM banks and a DUART. The output of the
             DUART is piped to two xterms.

TutorTelnet.setup   A setup with two RAM banks and a DUART. The i/o of 
                    port A goes to an xterm.  The i/o of port B goes to
                    a telnet process.  NOTE: Telnet doesn't flush it's
                    i/o so you have to type something like:
 
                    open garfield.catt.ncsu.edu<CTRL-J>

                    But you want see anything until the login begins...

NOTE: If one of the DUART's processes dies the simulator will probably
      lockup.  So make sure you never kill the xterm.
 
