nice.s 172 B

123456789101112131415
  1. .define _nice
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. .extern _nice
  8. .sect .text
  9. _nice: trap #0
  10. .data2 0x22
  11. bcc 1f
  12. jmp cerror
  13. 1:
  14. clr.l d0
  15. rts