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