_dup.s 151 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