This is a simulator for the PIC 16C84, written as a course project by

	Tommaso Cucinotta
	Alessandro Evangelista

	and revised by Luigi Rizzo.

	The authors are supported by the

	Dipartimento di Ingegneria dell'Informazione
	Universita` di Pisa -- Facolta` di Ingegneria
	via Diotisalvi 2 -- 56126 Pisa - Italy

	email: simulpic@iet.unipi.it

The code is written in C++. Compiles with g++ on most platforms and
with Turbo C++

Some documentation is available (in Italian only, at the moment) in
the file simulpic.doc

Features:
---------
+ it simulates a 16C84 accurately, including the delay slots after
  jumps;
+ load .HEX files with PIC code;
+ Produces output traces in various formats;

Please report bugs, suggestions, enhancements to the following address:

	email: simulpic@iet.unipi.it

Last updated: 26 July 1996
--------------------------------------------------------------------
