fstat.s 163 B

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