#A68k 2.6 bug??
Actually,
try this short program to see the bug in A68k 2.6
movem.l a0-a7/d1-d7,-(sp)
movem.l (sp)+,a0-a7/d1-d7
rts
END
Then run it and it crashes. Check with Metascope, and you'll see that the
first line is assembled as movem.l a0-a7/d0-d7,-(sp).