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

13 lines
163 B
ArmAsm

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