close.s 162 B

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