mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Unbreak CMPSW/CMPSD/CMPSQ
The CMPSW/CMPSD/CMPSQ instructions were broken by checkin
a30cc07224
due to an incorrect removal
of \1 (should only have been removed after \144-147 and \154-157). I
have verified that no other instructions were affected.
This commit is contained in:
parent
2e188be556
commit
15c1e5aa4d
@ -263,9 +263,9 @@ CMP mem,imm8 \1\x80\207\21 8086,SM
|
||||
CMP mem,imm16 \320\145\x81\207\141 8086,SM
|
||||
CMP mem,imm32 \321\155\x81\207\151 386,SM
|
||||
CMPSB void \335\1\xA6 8086
|
||||
CMPSD void \335\321\xA7 386
|
||||
CMPSQ void \335\324\xA7 X64
|
||||
CMPSW void \335\320\xA7 8086
|
||||
CMPSD void \335\321\1\xA7 386
|
||||
CMPSQ void \335\324\1\xA7 X64
|
||||
CMPSW void \335\320\1\xA7 8086
|
||||
CMPXCHG mem,reg8 \2\x0F\xB0\101 PENT,SM
|
||||
CMPXCHG reg8,reg8 \2\x0F\xB0\101 PENT
|
||||
CMPXCHG mem,reg16 \320\2\x0F\xB1\101 PENT,SM
|
||||
|
Loading…
Reference in New Issue
Block a user