1,885
edits
Changes
→Starter Kit
add r0,r1,99 // load r0 with r1+99
adr r0,''label'' // load r0 with the address ''label'' (this actually calculates an address from the [[Register#Program Counter|PC]] plus an offset)
cmp r0,r1 // compare register r0 with register r1
cmp r0,99 // compare the number 99 with register r0