Changes

Jump to: navigation, search

X86 64 Register and Instruction Quick Start

2 bytes added, 23:27, 5 September 2019
Starter Kit
add %r10,%r11 // add r10 and r11, put result in r11
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.
cmp $99,%r11 // compare the number 99 with register r11. The comparison sets flags in the processor status register which affect conditional jumps.

Navigation menu