stat.s 170 B

123456789101112
  1. .define _stat
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .extern _stat
  7. .sect .text
  8. _stat: move.w #0x12,d0
  9. move.l 4(sp),a0
  10. move.w 8(sp),d1
  11. ext.l d1
  12. jmp callc