代码搜索:机载SAR

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

代码结果 1,219
www.eeworm.com/read/216450/4894282

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/4894325

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/209559/4966281

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/179911/5296375

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/350097/3131268

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/316872/3594381

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/304222/3802022

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/304222/3802396

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/304222/3802439

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/284986/4058932

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