_ftime.s 146 B

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