_link.s 160 B

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