ack/mach/m68k2/libsys/dup.s

12 lines
148 B
ArmAsm
Raw Permalink Normal View History

1985-04-18 15:14:37 +00:00
.define _dup
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-04-18 15:14:37 +00:00
.extern _dup
.sect .text
1985-04-18 15:14:37 +00:00
_dup: move.w #0x29,d0
move.w 4(sp),a0
jmp call