link.s 169 B

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