ack/mach/i386/libsys/_wait.s
1989-10-10 11:40:55 +00:00

13 lines
161 B
ArmAsm

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