Intermetrics asm68000 to m68k-coff-as

David Greeson dgreeson@mindspring.com
Sun Apr 27 16:00:00 GMT 1997


Hi,

Our current assembler uses the following style,

    move.l  D1,-(A7) * displacements to arguments must change

but I had to change the line to this to get it to compile

    move.l  %D1,-(%A7) /* displacements to arguments must change */

We have thousands of line of assembler code.  Is there anyway to
make m68k-coff-as accept the old style?

David





More information about the crossgcc mailing list