|
|
|
|
|
by msla
2850 days ago
|
|
> It turns out that xor eax, eax is assigned to opcode 0x90, which is better known to most people as NOP. This can't be true, since xoring a register with itself zeroes that register, and zeroing a register can't possibly be a general NOP instruction. XOR also sets flags, another thing NOPs can't do. |
|