代码搜索:机载SAR

找到约 1,219 项符合「机载SAR」的源代码

代码结果 1,219
www.eeworm.com/read/281712/4112711

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/281712/4112727

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/437033/1836337

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/437033/1836484

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/437033/1836486

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/389922/2530905

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/389922/2531321

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/389922/2531329

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/375613/2723366

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/375613/2723510

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)