代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/216450/4893561
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/216450/4894285
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/347503/3171213
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/340665/3267391
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/304222/3802027
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/304222/3802399
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/284986/4058908
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/284576/4061913
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/281712/4112722
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/447738/1697316
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