ack/mach/pmds4/libsys/_dup.s

16 lines
175 B
ArmAsm
Raw Normal View History

1990-01-22 14:15:55 +00:00
.define __dup
.define __dup2
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__dup2: or.l #64,4(sp)
__dup: trap #0
.data2 0x29
bcc 1f
jmp cerror
1:
rts