noop.s 165 B

1234567891011121314
  1. .define noop
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. noop:
  8. push *RR14, hol0
  9. push *RR14, $fmt
  10. calr prf
  11. ret
  12. .sect .data
  13. fmt: .asciz "test %d\n"