Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request
From: dupuy@cs.columbia.edu
Newsgroups: comp.sys.sun
Subject: 68000 cross-assembler for sun4
Message-ID: <723@brazos.Rice.edu>
Date: 2 Aug 89 18:03:10 GMT
Sender: root@rice.edu
Organization: Sun-Spots
Lines: 11
Keywords: Software
Approved: Sun-Spots@rice.edu
X-Sun-Spots-Digest: Volume 8, Issue 92, message 5 of 18

You should be able to use the Sun cross-compiler and specify that you want
to generate code for a sun2 (mc68010).  That will generate code which is
compatible with the 68000 (i.e. no bitfield insns, etc.).  The only
difference between the 68010 and 68000 are in a few supervisor mode
instructions which no sane compiler should ever emit.

If you really need a 68000-only assembler, you could use gas, the GNU
assembler - it's free, and available for anonymous FTP from AENAS.MIT.EDU
in pub/gnu.

@alex