>> + asm_fprintf (file, MOTOROLA ? >> + "\tmoveq.l %I%wd,%Rd0\n" : >> + "\tmoveql %I%wd,%Rd0\n", (int)delta); >> + else >> + asm_fprintf (file, MOTOROLA ? >> + "\tmove.l %I%wd,%Rd0\n" : >> + "\tmovel %I%wd,%Rd0\n", (int)delta); > >You are still having the broken casts here. In which way? -- Peter Barada peter@the-baradas.com