mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Corrected documentation for CMPXCHG
This commit is contained in:
parent
bede787f76
commit
8a3f67dd2a
@ -7464,7 +7464,7 @@ non-standard opcode, so NASM provides the undocumented
|
||||
\c{AL}, \c{AX} or \c{EAX} (depending on the operand size of the
|
||||
instruction). If they are equal, it copies its source (second)
|
||||
operand into the destination and sets the zero flag. Otherwise, it
|
||||
clears the zero flag and leaves the destination alone.
|
||||
clears the zero flag and copies the destination register to AL, AX or EAX.
|
||||
|
||||
The destination can be either a register or a memory location. The
|
||||
source is a register.
|
||||
|
Loading…
Reference in New Issue
Block a user