1 2 3 4 5 6 7 8 9
-- asm mov %r1, -1 call 5 mov %r0, 2 exit -- result 0x2 -- no register offset call instruction