ack/mach/m68k4/libsys/dup.s
1985-03-21 14:04:45 +00:00

7 lines
84 B
ArmAsm

.define _dup
.extern _dup
.text
_dup: move.w #0x29,d0
move.l 4(sp),a0
jmp call