.define _dup2
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _dup2
_dup2: move.w #0x29,d0
move.w 4(sp),a0
move.w 6(sp),d1
ext.l d1
add.l #0x40,a0
jmp call