CompuServe Messages

#A68k 2.6 bug??

    21-Jan-90 14:42:58
Sb: #A68k 2.6 bug??
Fm: Lou Bertato 73246,1744
To: John Draper 76703,4322
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).