Emulator Logo

Downloads

You can download the Jar file for the pic emulator here, zipped up with the necessary Plugin file and two PIC hex and asm files. The zip file also includes the source code, itself zipped up as 'picemsource.zip'. To run the Emulator, add the jar file to your classpath, change to the directory that contains the emulator files and type:

java picem.PicEmulator

If you don't want to change your classpath, you can change to the directory that contains the emulator files and type (in Win95,NT):

java -classpath $CLASSPATH$;picemulator.jar picem.PicEmulator

Download - Latest version (1.5.1).
Download - Version 1.5
Download - Version 1.4
Download - Version 1.3

Versions

The current version of the software is 1.5.1 Changes in this version are:

Version 1.5 included the following changes:

Version 1.4.1 (unreleased) included the following changes:

Version 1.4 included the following changes:

Version 1.3 was the first public release, so there is no information on additions or changes since previous releases.

Known Bugs

Bugs can be emailed to me.

Bug No.VersionStatus Description
pic00011.3 Closed in 1.4Opening TV Plugin while emulator is running causes exception
pic00021.3 Closed in 1.4An exception in a plugin breaks the emulator thread.
pic00031.3 Closed in 1.4Step, Over, Run buttons enabled when there is no progran loaded
pic00041.3 Closed in 1.4Stop button is enabled when no program is running
pic00051.3 Closed in 1.4Can't de-activate plugin. Closing a plugin should deactivate it.
pic00061.3 Closed in 1.4In IE, no feedback is given while a file loads. This causes problems over slow links
pic00071.4 Closed in 1.5.1Applet doesn't shut down properly when browsing
pic00081.4 Closed in 1.4.1File Load and Save prompt has wrong colour background
pic00091.4 Closed in 1.4.1RETLW Instruction should not be spelt RELTW (!)
pic00101.4 Closed in 1.4.1Stepping Over Return instructions causes hang
pic00111.4.1 Closed in 1.5Netscape doesn't corrently display status bar
pic00121.5 OpenEmulator must be run from the installed directory to pick up Plugins file
pic00131.5 OpenSLEEP and CLRWDT are not implemented
pic00141.5 Closed in 1.5.1'Over' button can still hang the emulator - should run in separate thread
pic00151.5 OpenAssembler stops after single error - should continue if possible and report other problems
pic00161.5 Closed in 1.5.1Applet won't start in Internet Explorer

Wish List

For addition in future versions of the software: You can also email me with your wishes for future releases.
Back