fixed syntax error in table
This commit is contained in:
parent
75c18ef56c
commit
3b61d605c1
1 changed files with 1 additions and 1 deletions
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue