ack/mach/i386/libsys/xpipe.s

13 lines
165 B
ArmAsm
Raw Normal View History

1990-01-22 11:01:47 +00:00
.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