代码搜索:机载SAR

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

代码结果 1,219
www.eeworm.com/read/113399/6131869

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,(e
www.eeworm.com/read/479151/1339700

h upd98401.h

/* drivers/atm/uPD98401.h - NEC uPD98401 (SAR) declarations */ /* Written 1995 by Werner Almesberger, EPFL LRC */ #ifndef DRIVERS_ATM_uPD98401_H #define DRIVERS_ATM_uPD98401_H #define MAX_CRAM_
www.eeworm.com/read/458232/1586765

s and.s

.define .and ! #bytes in cx ! save di; it might be a register variable .text .and: pop bx ! return address mov dx,di mov di,sp add di,cx sar cx,#1 1: pop ax and ax,(di) stos loop 1b mo
www.eeworm.com/read/458232/1586841

s em_dup.s

.sect .text; .sect .rom; .sect .data; .sect .bss .define .dup ! #bytes in ecx .sect .text .dup: pop ebx ! return address mov eax,esi mov edx,edi mov esi,esp sub esp,ecx mov edi,esp sar ecx,
www.eeworm.com/read/458232/1586884

s em_ior.s

.sect .text; .sect .rom; .sect .data; .sect .bss .sect .text .define .ior ! #bytes in ecx .ior: pop ebx ! return address mov edx,edi mov edi,esp add edi,ecx sar ecx,2 1: pop eax or eax,(edi)
www.eeworm.com/read/238250/4616544

s loi.s

.define .loi .define .los .text ! #bytes in cx ! address in bx ! save si/di. they might be register variables .los: mov dx,si mov si,bx pop bx mov ax,cx sar cx,#1 jnb 1f xorb
www.eeworm.com/read/238250/4616612

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,(e
www.eeworm.com/read/216450/4893360

s em_dup.s

.sect .text; .sect .rom; .sect .data; .sect .bss .define .dup ! #bytes in ecx .sect .text .dup: pop ebx ! return address mov eax,esi mov edx,edi mov esi,esp sub esp,ecx mov edi,esp sar ecx,
www.eeworm.com/read/216450/4893404

s em_ior.s

.sect .text; .sect .rom; .sect .data; .sect .bss .sect .text .define .ior ! #bytes in ecx .ior: pop ebx ! return address mov edx,edi mov edi,esp add edi,ecx sar ecx,2 1: pop eax or eax,(edi)
www.eeworm.com/read/216450/4893553

s em_and.s

.define .and ! #bytes in cx ! save di; it might be a register variable .text .and: pop bx ! return address mov dx,di mov di,sp add di,cx sar cx,#1 1: pop ax and ax,(di) stos loop 1b mo