ack/mach/vax4/libsysV_2/wait.s
1987-02-02 16:06:51 +00:00

16 lines
148 B
ArmAsm

.set wait,7
.globl _wait
.globl cerror
_wait:
.word 0x0000
chmk $wait
bcc ok
jmp cerror
ok:
tstl 4(ap)
beql out
movl r1,*4(ap)
out:
ret