AMD Confidential
User Manual November 21
st
, 2008
Appendix A 195
Compare the contents of an 8-bit
register or memory operand with the
contents of an 8-bit register.
Compare the contents of a 16-bit
register or memory operand with the
contents of a 16-bit register.
Compare the contents of a 32-bit
register or memory operand with the
contents of a 32-bit register.
Compare the contents of a 64-bit
register or memory operand with the
contents of a 64-bit register.
Compare the contents of an 8-bit
register with the contents of an 8-
bit register or memory operand.
Compare the contents of a 16-bit
register with the contents of a 16-
bit register or memory operand.
Compare the contents of a 32-bit
register with the contents of a 32-
bit register or memory operand.
Compare the contents of a 64-bit
register with the contents of a 64-
bit register or memory operand.
Compare the byte at DS:rSI with the
byte at ES:rDI and then increment or
decrement rSI and rDI.
Compare the word at DS:rSI with the
word at ES:rDI and then increment or
decrement rSI and rDI.
Compare the doubleword at DS:rSI with
the doubleword at ES:rDI and then
increment or decrement rSI and rDI.
Compare the quadword at DS:rSI with
the quadword at ES:rDI and then
increment or decrement rSI and rDI.
Compare the byte at DS:rSI with the
byte at ES:rDI and then increment or
decrement rSI and rDI.
Compare the word at DS:rSI with the
word at ES:rDI and then increment or
decrement rSI and rDI.
Compare the doubleword at DS:rSI with
the doubleword at ES:rDI and then
increment or decrement rSI and rDI.
Compare the quadword at DS:rSI with
the quadword at ES:rDI and then
increment or decrement rSI and rDI.
Compare AL register with an 8-bit
register or memory location. If
equal, copy the second operand to the
first operand. Otherwise, copy the
first operand to AL.
Compare AX register with a 16-bit
register or memory location. If
equal, copy the second operand to the
first operand. Otherwise, copy the
first operand to AX.
Compare EAX register with a 32-bit
register or memory location. If
equal, copy the second operand to the
first operand. Otherwise, copy the
first operand to EAX.
Compare RAX register with a 64-bit
register or memory location. If
equal, copy the second operand to the
first operand. Otherwise, copy the
first operand to RAX.