This is a port of the BSVC Motorola 68000 assembler and simulation framework to Mac OS X (Mavericks). The distribution was originally released by Bradford W. Mott in the nineties, while listening to Rick Astley I presume.
By using the shipped makefile:
make all
To assemble an example (produces examples/example.h68
):
./bin/asm68k examples/example.s
To execute the first 10 instructions from $2000:
./bin/sim68k examples/example.h68 --start 2000 -n 10
./test/test.sh