fixed syntax error in table

This commit is contained in:
ceriel 1989-02-21 10:09:22 +00:00
parent 75c18ef56c
commit 3b61d605c1

View file

@ -55,7 +55,7 @@ move.l X,AREG : move.l AREG,DREG :
/* redundant move */
move.l DREG,DREG2 : move.l DREG2,DREG -> move.l DREG,DREG2 ;
move.l DREG,AREG : move.l AREG,DREG -> move.l DREG,AREG : tst.l DREG
move.l DREG,AREG : move.l AREG,DREG -> move.l DREG,AREG : tst.l DREG ;
move.l AREG,DREG : move.l DREG,AREG -> move.l AREG,DREG ;
move.w DREG,DREG2 : move.w DREG2,DREG -> move.w DREG,DREG2 ;