[comp.sources.wanted] Motorola Syntax Assembler Wanted

rja@castle.ed.ac.uk (R Armstrong) (07/30/90)

I am looking for the following programs and was wondering if anybody on
the Net knows of anywhere I can find the following:

A Motorola Syntax compatible 68030 assembler producing either
`Sun a.out' or Motorola S-record format output files.
Please note that what `gas' (the GNU assembler) accepts as Motorola
syntax is not Motorola syntax as described in Motorola's programming
reference manuals:
		eg.     move.l  #$2396,-(a0)
(Motorola Syntax) is not accepted by `gas' even when compiled with the
MOTOROLA switch set. If I am wrong and it is wrong and it is possible to
assemble this using `gas', I would be very grateful if someone could
tell me how.

Also, a program to translate from Motorola 68030 to MIT 68030.

        Syntax, eg.     move.l  #$2396,-(a0)	(Motorola Syntax) has to be
						changed to
                        movel   #0x2396,a0@-	(MIT Syntax) to be
						correctly assembled by `gas'.

I would like C source if possible for the above programs but anything
which I can get running on a Sun-3 system with the following compilers
would be appreciated:
	cc,pc,gcc,g++

Hope someone can help,
	Rab

-- 

-        Robert J Armstrong - Edinburgh University, CS & E 4        -
- JANET:       rja@uk.ac.ed.lfcs, rja@uk.ac.ed.castle               -
- INTERNET:    rja@lfcs.ed.ac.uk,  rja@castle.ed.ac.uk              -