ack/mach/i386/libsys/xpipe.s
1990-01-22 11:01:47 +00:00

13 lines
165 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.define __xpipe
.sect .text
__xpipe:
mov ax,42
callf 0x7:0x0
jae 1f
jmp cerror
1:
shl dx,0x10
or eax,edx
ret