stat.s 127 B

123456789
  1. .define __stat
  2. .extern __stat
  3. .sect .text
  4. .sect .rom
  5. .sect .data
  6. .sect .bss
  7. .sect .text
  8. __stat: move.l #0x12,d0
  9. jmp (callc)