stat.s 161 B

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