代码搜索:机载SAR

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

代码结果 1,219
www.eeworm.com/read/300969/13875439

s em_com.s

.sect .text; .sect .rom; .sect .data; .sect .bss .define .com ! #bytes in ecx .sect .text .com: mov ebx,esp add ebx,4 sar ecx,2 1: not (ebx) add ebx,4 loop 1b ret
www.eeworm.com/read/300969/13875450

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
www.eeworm.com/read/132807/5909342

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
www.eeworm.com/read/132807/5909378

s em_com.s

.sect .text; .sect .rom; .sect .data; .sect .bss .define .com ! #bytes in ecx .sect .text .com: mov ebx,esp add ebx,4 sar ecx,2 1: not (ebx) add ebx,4 loop 1b ret
www.eeworm.com/read/132807/5909382

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
www.eeworm.com/read/113399/6131851

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
www.eeworm.com/read/113399/6131887

s em_com.s

.sect .text; .sect .rom; .sect .data; .sect .bss .define .com ! #bytes in ecx .sect .text .com: mov ebx,esp add ebx,4 sar ecx,2 1: not (ebx) add ebx,4 loop 1b ret
www.eeworm.com/read/113399/6131891

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
www.eeworm.com/read/421459/6311448

c getpw44bsd.c

#include "apue.h" #include int main(void) /* FreeBSD/Mac OS X version */ { struct passwd *ptr; if ((ptr = getpwnam("sar")) == NULL) err_sys("getpwnam error"); printf("pw_passwd = %s\n"
www.eeworm.com/read/421459/6311638

5 figc.5

#include "apue.h" #include int main(void) /* FreeBSD/Mac OS X version */ { struct passwd *ptr; if ((ptr = getpwnam("sar")) == NULL) err_sys("getpwnam error"); printf("pw_passwd = %s\n"