Changes

Jump to: navigation, search

X86 64 Register and Instruction Quick Start

98 bytes added, 13:51, 24 January 2014
Starter Kit
push %r10 // push r10 onto the stack
pop %r10 // pop r10 off the stack
syscall // invoke a syscall (in 32-bit mode, use "int $0x80" instead)
== References ==

Navigation menu