Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F C7 /1  │CMPXCHG8B r/m64     │ │ │ │ │ │X│Compare EDX:EAX with r/m qword.   │
│          │                    │ │ │ │ │ │ │If equal, set ZF and load ECX:EBX │
│          │                    │ │ │ │ │ │ │into r/m qword.  Else, clear ZF   │
│          │                    │ │ │ │ │ │ │and load r/m qword into EDX:EAX   │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: CMPXCHG8B-Compare and Exchange 8 Bytes]
[Next: Description]