ack/mach/i86/libem/loi.s
1985-02-07 15:33:13 +00:00

20 lines
233 B
ArmAsm

.define .loi
! $Header$
! #bytes in cx
! source address in si
.loi:
pop bx
mov dx,cx
sar cx,1
jnb 1f
xorb ah,ah
lodsb
push ax
jmp bx
1:
sub sp,dx
mov di,sp
rep movs
jmp bx