ack/mach/m68k2/libsys/_dup2.s

15 lines
201 B
ArmAsm
Raw Normal View History

1990-01-22 10:54:12 +00:00
.define __dup2
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __dup2
.sect .text
__dup2: move.w #0x29,d0
move.w 4(sp),a0
move.w 6(sp),d1
ext.l d1
add.l #0x40,a0
jmp call