ack/mach/m68k4/libsys/dup.s

11 lines
136 B
ArmAsm
Raw Normal View History

1985-03-21 14:04:45 +00:00
.define _dup
.extern _dup
1986-07-22 13:23:14 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-03-21 14:04:45 +00:00
_dup: move.w #0x29,d0
move.l 4(sp),a0
jmp call