The files in this archive (besides this file) are:

sim_r3.exe - 68705R3 simulator for IBM-PC or compatible, V1.2.
sim_r3.doc - documentation for sim_r3.exe

test.sx    - tiny motorola hex file used in examples in sim_r3.doc

sim_r3.c   - source for 'main', most commands handled here
instr.c	   - table of 6805 instructions, utilities for simulating
instr2.c   - routines to simulate/disassemble individual instructions
sim.h      - header file for all .c files.
sim_mem.c  - sim_read(), sim_write(), load hex, more
sim_time.c - simulates the 68705R3 timer

makefile.mak - A rather verbose makefile for POLYMAKE to use Microsoft C
		5.0 or higher to compile the above source.  Contains
		instructions on converting this file for Microsoft make.
makefile     - A unix-style makefile used to compile the above source
		for Mark Willaims C (for the Atari ST).  See sim_r3.doc.
