代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/437033/1836324
s em_xor.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .xor
! #bytes in ecx
.xor:
pop ebx ! return address
mov edx,edi
mov edi,esp
add edi,ecx
sar ecx,2
1:
pop eax
xor eax,(edi
www.eeworm.com/read/437033/1836518
s em_ior.s
.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)
www.eeworm.com/read/395929/2429592
s regpopbug.s
.code
r0: .reg %r0
shift: .reg %sar
fpreg10: .reg %fr10
shift2: .reg shift
; Make sure we didn't botch .equ...
yabba: .equ r0 + shift
www.eeworm.com/read/389922/2530892
s em_xor.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .xor
! #bytes in ecx
.xor:
pop ebx ! return address
mov edx,edi
mov edi,esp
add edi,ecx
sar ecx,2
1:
pop eax
xor eax,(edi
www.eeworm.com/read/389922/2531325
s ior.s
.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)
www.eeworm.com/read/375613/2723347
s em_xor.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .xor
! #bytes in ecx
.xor:
pop ebx ! return address
mov edx,edi
mov edi,esp
add edi,ecx
sar ecx,2
1:
pop eax
xor eax,(edi
www.eeworm.com/read/375613/2723544
s em_ior.s
.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)
www.eeworm.com/read/375613/2723799
s em_xor.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .xor
! #bytes in ecx
.xor:
pop ebx ! return address
mov edx,edi
mov edi,esp
add edi,ecx
sar ecx,2
1:
pop eax
xor eax,(edi
www.eeworm.com/read/267439/4267215
s ior.s
.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)
www.eeworm.com/read/252366/4408057
s ior.s
.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)