代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/216450/4893539
s em_lar2.s
.define .lar2
.text
.lar2:
! bx, descriptor address
! ax, index
pop cx
pop dx ! base address
push cx
push si
mov si,dx
sub ax,(bx)
mov cx,4(bx)
imul cx
add si,ax
sar
www.eeworm.com/read/216450/4893563
s em_loi.s
.define .loi
.define .los
.text
! #bytes in cx
! address in bx
! save si/di. they might be register variables
.los:
mov dx,si
mov si,bx
pop bx
mov ax,cx
sar cx,#1
jnb 1f
xorb ah,ah
lodsb
www.eeworm.com/read/304222/3802026
s lar2.s
.define .lar2
.text
.lar2:
! bx, descriptor address
! ax, index
pop cx
pop dx ! base address
push cx
push si
mov si,dx
sub ax,(bx)
mov cx,4(bx)
imul cx
add si,ax
sar
www.eeworm.com/read/304222/3802051
s loi.s
.define .loi
.define .los
.text
! #bytes in cx
! address in bx
! save si/di. they might be register variables
.los:
mov dx,si
mov si,bx
pop bx
mov ax,cx
sar cx,#1
jnb 1f
xorb ah,ah
lodsb
www.eeworm.com/read/437033/1836496
s em_lar2.s
.define .lar2
.text
.lar2:
! bx, descriptor address
! ax, index
pop cx
pop dx ! base address
push cx
push si
mov si,dx
sub ax,(bx)
mov cx,4(bx)
imul cx
add si,ax
sar
www.eeworm.com/read/437033/1836520
s em_loi.s
.define .loi
.define .los
.text
! #bytes in cx
! address in bx
! save si/di. they might be register variables
.los:
mov dx,si
mov si,bx
pop bx
mov ax,cx
sar cx,#1
jnb 1f
xorb ah,ah
lodsb
www.eeworm.com/read/389922/2531285
s lar2.s
.define .lar2
.text
.lar2:
! bx, descriptor address
! ax, index
pop cx
pop dx ! base address
push cx
push si
mov si,dx
sub ax,(bx)
mov cx,4(bx)
imul cx
add si,ax
sar
www.eeworm.com/read/389922/2531331
s loi.s
.define .loi
.define .los
.text
! #bytes in cx
! address in bx
! save si/di. they might be register variables
.los:
mov dx,si
mov si,bx
pop bx
mov ax,cx
sar cx,#1
jnb 1f
xorb ah,ah
lodsb
www.eeworm.com/read/375613/2723522
s em_lar2.s
.define .lar2
.text
.lar2:
! bx, descriptor address
! ax, index
pop cx
pop dx ! base address
push cx
push si
mov si,dx
sub ax,(bx)
mov cx,4(bx)
imul cx
add si,ax
sar
www.eeworm.com/read/375613/2723546
s em_loi.s
.define .loi
.define .los
.text
! #bytes in cx
! address in bx
! save si/di. they might be register variables
.los:
mov dx,si
mov si,bx
pop bx
mov ax,cx
sar cx,#1
jnb 1f
xorb ah,ah
lodsb