call.s 127 B

1234567891011121314
  1. # check the CALL insn.
  2. # mach: example
  3. .include "testutils.inc"
  4. start
  5. CALL 3
  6. HALT
  7. POP r0
  8. EQ r1, r0, 2
  9. JF r1, 2
  10. pass