Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Except for `xchg eax, eax`, which was the canonical nop on x86. Because it was supposed to do nothing, having it zero out the top 32-bits of rax would be quite surprising. So it doesn't.

Instead you need to use the multi-byte, general purpose encoding of `xchg` for `xchg eax, eax` to get the expected behavior.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: