Skip to content

Commit

Permalink
Fixed incorrect operand display for SUBW imm16,DWm
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy51 committed Oct 23, 2016
1 parent 5786bfa commit ccdf17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mn101e.cmdset
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ SUB, D_DST, >D_DST, 1000 01Dn
SUBC, D_SRC, >D_DST, 0010 1011 DnDm
SUBW, DW_SRC, >DW_DST, 0010 0100 00Dd
SUBW, DW_SRC, >A_DST, 0010 0100 10Da
SUBW, IMM16, >D_DST, 0010 0100 010d
SUBW, IMM16, >DW_DST, 0010 0100 010d
SUBW, IMM16, >A_DST, 0010 0100 011a

MULU, >D1_DW_DST, >D0_DW_DST, 0010 1111 111D
Expand Down

0 comments on commit ccdf17b

Please sign in to comment.