Changes

Jump to: navigation, search

X86 64 Register and Instruction Quick Start

53 bytes added, 10:23, 13 September 2019
Starter Kit
add %r10,%r11 // add r10 and r11, put result in r11
add $5,%r10 // add 5 to r10, put result in r10
call ''label'' // call a subroutine / function / procedure
cmp %r10,%r11 // compare register r10 with register r11. The comparison sets flags in the processor status register which affect conditional jumps.

Navigation menu