_fstat.s 166 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