dup.s 136 B

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