Changes

Jump to: navigation, search

X86 64 Register and Instruction Quick Start

67 bytes added, 14:05, 2 March 2020
Starter Kit
push %r10 // push r10 onto the stack
pop %r10 // pop r10 off the stack
ret // routine from subroutine (counterpart to call)
syscall // invoke a syscall (in 32-bit mode, use "int $0x80" instead)

Navigation menu