I need to do some programming stuff in assembler for the 68k for my college class. I'm looking for a programm to do it on os x lion. I found easy68k which is running in wine, but I have the feeling that it's not working porperly. Any guess?
Vasm is an assembler that can be built to target the 68k and works under OS X. Check the compilation notes, but basically the command to build it from source to target the 68k, using motorola syntax is:
make CPU=m68k SYNTAX=mot
I'm in the same situation, and I've found that Easy68k (http://www.easy68k.com/) works very well under wine.
Also, it is possible to set up a full Debian/68k system using Aranym (see https://wiki.debian.org/Aranym/Quick).
I'll be writing something about this on my blog, hope it helps.
Source: studying m68k for college class too.
Cheers,
Snoopy
来源:https://stackoverflow.com/questions/10218442/68k-assembler-on-os-x-lion