dup.s 148 B

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