代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/216450/4893527
s em_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/216450/4893529
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/216450/4894303
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/304222/3802016
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/304222/3802032
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/304222/3802417
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/284986/4058897
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/284986/4058913
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/284576/4061902
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/284576/4061918
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)