Search notes:

syscall

syscall is not available on 32 bit Intel CPUs but is the standard way to enter kernel mode on x86-64 (both Intel and AMD).
The syscall instruction is decoded in two bytes: 0f 05.

See also

sysenter

Index