AberSim

Michael Sheldon (webmaster at mikeasoft dot com)

About

AberSim is a simulating and development environment for the Motorola 68HC11 processor. I've been putting it together for myself and the other GNU/Linux users at UWA. I'm using as11 from Motorola as the assembler and sim68xx as the simulator, both are included in the download packages. It's only had a few days work on it, so is somewhat buggy and incomplete, but there's enough done to have a play around with. More details about my plans for AberSim and what I'm currently working on can be viewed on my development log.

Currently it has problems with programs starting at a location other than 0000, so for anyone doing worksheet 1 from CS234 change "ORG $E000" to "ORG $0000" and it'll run fine. Also closing the listings window will cause it to crash.

Warning: The next version is likely to break compatibility with previous versions. I'm switching over to using the GNU m68hc11 binutils for better error output and more Freedom.

Changes
Changelog for AberSim;

0.1-2 (08/10/2005)
 * Fixed syntax highlighting (missing from packages)
 * New install method for tar.gz

0.1-1 (07/10/2005)
 * Fixed PATH issues with packages
 * INSTALL instructions included with .tar.gz

0.1 (06/10/2005)
 * Initial release
			
Screenshots

AberSim Screenshot

Download

abersim_0.1-2_i386.deb

abersim-0.1-2.tar.gz

Instructions

For the debian package install with the command "dpkg -i abersim_0.1-2_i386.deb" then simply execute "abersim".

For the tar.gz package unpack it with the command "tar -zxf abersim-0.1-2.tar.gz" then change to it's directory, run "make install" as root then execute "abersim".