代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/390745/8446080
asm system.asm
.include hardware.inc
.external _sum;
.code
.public _Clear_WatchDog;
_Clear_WatchDog: .PROC
R1=0x0001; // Clear watch dog
[P_Watchdog_Clear]=R1; //
retf;
www.eeworm.com/read/390737/8446599
asm system.asm
.INCLUDE hardware.inc
.EXTERNAL _SecondAddOne
.PUBLIC Year;
.PUBLIC MonDayHr;
.PUBLIC MinSec;
.PUBLIC Per500msSet;
//*********************RAM空间占用*************************//
.RAM
.VA
www.eeworm.com/read/390729/8447909
asm system.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
www.eeworm.com/read/390729/8448499
asm system.asm
.include hardware.inc
.data
address: .dw 0x00bf,0x0086,0x00db,0x00cf, 0x00e6,0x00ed,0x00fc,0x0087,0x00ff,0x00ef;//'0''1''2''3''4''5''6''7''8''9'的代码
Dig: .dw 0x0100,0x0200,0x0800,0x1000,
www.eeworm.com/read/390729/8448502
c system.c
.include hardware.inc
.external _Interrupt_2Hz_flag //1秒标识符
.ram
.public sum;
.var sum // 进入中断的计数器
.data
address: .dw 0x00bf,0x0086,0x00db,0x00cf, 0x00e6,0x00ed,0x00fc,0x008
www.eeworm.com/read/390729/8449241
asm system.asm
//.include resource.inc;
.include hardware.inc;
.include key.inc;
//.PUBLIC _InitIO
.PUBLIC _ShowRes
//*********************************************************//
//函数:System_Initial()
//
www.eeworm.com/read/390729/8449243
inc system.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM API external definition
// Writen by: Andy
// Date: 2000/06/20
/////////////////////////
www.eeworm.com/read/390729/8449439
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan
// Input: None
// Output: None
// Functi
www.eeworm.com/read/390729/8449667
inc system.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM API external definition
// Writen by: Andy
// Date: 2000/06/20
/////////////////////////
www.eeworm.com/read/390729/8449876
asm system.asm
//////////////////////////////////////////////////////////////////
// Function: System commander
// Service for H/W, keyboard scan
// Input: None
// Output: None
// Functi