Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • SYSENTER isn't even available on x86_64 though, right? Could you explain more about this. Sorry, I come back months later as I learn more =) Commented Sep 30, 2018 at 21:00
  • 1
    SYSENTER is available on 64-bit x86 as well as 32-bit x86 (since the Pentium II), but it doesn’t need ECX/RCX so it doesn’t have any impact on this discussion (I’ve updated my answer). SYSCALL is 64-bit-specific and overwrites RCX. Commented Oct 1, 2018 at 7:27