1,885
edits
Changes
→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.