mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8128d115f0
Reviewed by: asami
15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
from main.c:
|
|
|
|
very simple and crude simulator for the 6811
|
|
|
|
some instructions aren't there yet (notably converning multiplication
|
|
and interrupts) and the interface only allows stepping. this should
|
|
be easily rectifiable, however, and the simple structure should make
|
|
grafting on a graphical interface quite simple.
|
|
|
|
I am calling this version 1.6, to reflect the revision number of
|
|
sim.h, which appears to be common to all (three) source files.
|
|
|
|
eric.
|
|
erich@rrnet.com
|