.text .org 0x20 .align .global _start _start: movs r0, #0 subs r0, r0, #1 adds r0, r0, #2 end: b end