Ape65 is a 6502 simulator started on the Amiga in 1989 and was
never really done properly and was forgotten about. :~(
Recently I began work documenting things on a WIKI and Ape65
showed up in a directory somewhere and I decided it was about
time it was completed.
What Ape65 does is emulate TEDMON, the 6502 monitor found
on the Commodore PLUS/4, this lets you enter code and dump
out memory, you have probably used something similar.
EhBASIC has also been added, which you surely know about already,
which can be started from the monitor and later stopped.
There are two target platforms which have been tested, the first
is named POSIX but I have only tested Linux, and the other is
PIC32 but I have only tested PIC32MX chips which come in
28 pin skinny PDIP packages (IE. breadboard friendly).
For the PIC32 chips a simulated I/O port is present which
emulates the MOS 6529B on the plus/4.
If you are interested in playing with this on Linux (or PIC32) then
you will need to compile it first. I have not really documented this
step well but here is an overview of everything mentioned above:
http://wiki.kewl.org/dokuwiki/projects:ape65
If you have a Raspberry Pi computer, you could also check out my
PIC ICSP tool, this can let you program the flash on the PIC32 in
a breadboard if you go down that route:
http://wiki.kewl.org/dokuwiki/projects:pickle
If you think all the above is pretty boring, then I cannot blame you
really, but, I can offer something a bit more fun and 6502 related here:
http://tomcat.kewl.org/
(it's pretty tough though).
Bye-bye