ack/mach/i386/libsys/xwait.s

13 lines
163 B
ArmAsm
Raw Normal View History

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