代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/132807/5909273
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/113399/6131468
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/113399/6131484
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/401195/11562746
inc psocapi.inc
; Generated by PSoC Designer ver 4.4 b1884 : 14 Jan, 2007
;
include "CMPPRG.inc"
include "DigBuf.inc"
include "EzI2Cs.inc"
include "PGA.inc"
include "PWM.inc"
include "SAR8.inc"
www.eeworm.com/read/458232/1586759
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/458232/1586775
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/458232/1586862
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/238250/4616509
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/238250/4616525
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/216450/4893382
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