ack/mach/m68k2/libsys/_dup.s

12 lines
151 B
ArmAsm
Raw Permalink Normal View History

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