minix/lib/i86/em/em_ior.s
2005-04-21 14:53:53 +00:00

18 lines
171 B
ArmAsm
Executable file

.define .ior
.text
! #bytes in cx
.ior:
pop bx ! return address
mov dx,di
mov di,sp
add di,cx
sar cx,#1
1:
pop ax
or ax,(di)
stos
loop 1b
mov di,dx
jmp (bx)