jmp.s 91 B

123456789
  1. # check the JMP insn.
  2. # mach: example
  3. .include "testutils.inc"
  4. start
  5. JMP 3
  6. HALT
  7. pass