代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/375613/2723512
s em_xor.s
.define .xor
.text
! #bytes in cx
.xor:
pop bx ! return address
mov dx,di
mov di,sp
add di,cx
sar cx,#1
1:
pop ax
xor ax,(di)
stos
loop 1b
mov di,dx
jmp (bx)
www.eeworm.com/read/375613/2723817
s em_exg.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.define .exg
! #bytes in ecx
.sect .text
.exg:
push edi
mov edi,esp
add edi,8
mov ebx,edi
add ebx,ecx
sar ecx,2
1:
mov eax,(ebx)
xchg eax
www.eeworm.com/read/267439/4267204
s xor.s
.define .xor
.text
! #bytes in cx
.xor:
pop bx ! return address
mov dx,di
mov di,sp
add di,cx
sar cx,#1
1:
pop ax
xor ax,(di)
stos
loop 1b
mov di,dx
jmp (bx)
www.eeworm.com/read/267439/4267220
s dup.s
.define .dup
! #bytes in cx
.text
.dup:
pop bx ! return address
mov ax,si
mov dx,di
mov si,sp
sub sp,cx
mov di,sp
sar cx,#1
rep
mov
mov si,ax
mov di,dx
jmp (bx)
www.eeworm.com/read/252366/4408046
s xor.s
.define .xor
.text
! #bytes in cx
.xor:
pop bx ! return address
mov dx,di
mov di,sp
add di,cx
sar cx,#1
1:
pop ax
xor ax,(di)
stos
loop 1b
mov di,dx
jmp (bx)
www.eeworm.com/read/252366/4408062
s dup.s
.define .dup
! #bytes in cx
.text
.dup:
pop bx ! return address
mov ax,si
mov dx,di
mov si,sp
sub sp,cx
mov di,sp
sar cx,#1
rep
mov
mov si,ax
mov di,dx
jmp (bx)
www.eeworm.com/read/287260/8699316
m insarpair_v2.m
function [x1, x2] = insarpair_v2(power, cohe, phase, npower)
% [x1 x2] = insarpair_v2(power, cohe, phase, npower);
%
% Generates a pair of SAR images according to the model (1,2)
% prese
www.eeworm.com/read/287260/8699331
m insarpair.m
function [x1, x2] = insarpair_v2(power, cohe, phase, npower)
% [x1 x2] = insarpair_v2(power, cohe, phase, npower);
%
% Generates a pair of SAR images according to the model (1,2)
% prese
www.eeworm.com/read/458232/1586769
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/458232/1586794
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