代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/123136/14646150
asm system.asm
??CFILE (C:\H8S\LTMeas\LTDriver\SYSTEM.C)
??CFILE (H8S2144.h)
??CFILE (C:\H8S\LTMeas\LTDriver\SYSTEM.C)
??CFILE (global.h)
??CFILE ($$string.h)
??CFILE ($$stddef.h)
??CFILE ($$string.h)
??CFILE
www.eeworm.com/read/223005/14665146
asm system.asm
.include hardware.inc
.ram
.var yearmonthday
.var hourminsec
.var halfsec
.code
//*********************************************************//
//函数:System_Initial()
//描述:键盘扫描初始化
//参数:无
//返回:无
www.eeworm.com/read/222837/14671310
suo system.suo
www.eeworm.com/read/221846/14718389
h system.h
//**************************************************************//
// //
// August 2002
www.eeworm.com/read/221846/14718396
cpp system.cpp
//**************************************************************//
// //
// August 2002
www.eeworm.com/read/221846/14718397
sbr system.sbr
www.eeworm.com/read/221780/14721950
h system.h
#define move_to_user_mode() \
__asm__ ("movl %%esp,%%eax\n\t" \
"pushl $0x17\n\t" \
"pushl %%eax\n\t" \
"pushfl\n\t" \
"pushl $0x0f\n\t" \
"pushl $1f\n\t" \
"iret\n" \
"1:\tmovl $0x17,%%eax\n\t
www.eeworm.com/read/122057/14722024
h system.h
www.eeworm.com/read/221695/14728959
h system.h
#ifndef __ASM_SYSTEM_H
#define __ASM_SYSTEM_H
#include
#define move_to_user_mode() \
__asm__ __volatile__ ("movl %%esp,%%eax\n\t" \
"pushl %0\n\t" \
"pushl %%eax\n\t" \