代码搜索:KEIL C
找到约 10,000 项符合「KEIL C」的源代码
代码结果 10,000
www.eeworm.com/read/16099/660104
keil c51-
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/16099/660105
keil c51-
This example program shows how to use RTX51 Tiny in Code Banking
Applications. The system contains 4 tasks and is very similar
to the RTX51 Tiny Example EX2.
However, the system avoids Round-R
www.eeworm.com/read/16099/660106
keil c51-
/******************************************************************************/
/* */
/* Task 0: Create other Tasks and
www.eeworm.com/read/16099/660107
keil c51-
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/16099/660108
keil c51-
www.eeworm.com/read/16099/660109
keil c51-
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Source Files), 0x0000 // Tools: 'MCS-51'
Group (Source File)
Group (System Files)
Group (Documentation)
File 1,1,
www.eeworm.com/read/16099/660110
keil c51-
BANK0 {"Task0.obj"},
BANK1 {"Task1.obj"},
BANK2 {"Task2.obj"},
BANK3 {"Task3.obj"},
COMMON {"startup.obj"},
COMMON {"l51_bank.obj"},
COMMON {"Conf_tny.obj"}
TO "Banking" BankArea(0x8000,0xFFFF
www.eeworm.com/read/16099/660111
keil c51-
www.eeworm.com/read/16099/660112
keil c51-
[Colors]
A=0,0,255
[Keywords]
MOD=A
SHR=A
SHL=A
NOT=A
#NOT=A
AND=A
OR=A
XOR=A
HIGH=A
LOW=A
#HIGH=A
#LOW=A
LT=A
LE=A
NE=A
EQ=A
GE=A
GT=A
R0=A
R1=A
R2=A
R3=A
R4=A
R5=A
R6=A
www.eeworm.com/read/16099/660113
keil c51-
[<mark>C</mark>olors]
<mark>C</mark>=0,0,255
<mark>C</mark>XX=128,0,128
<mark>C</mark>PP=0,0,128
[Keywords]
auto=<mark>C</mark>
break=<mark>C</mark>
<mark>c</mark>ase=<mark>C</mark>
<mark>c</mark>har=<mark>C</mark>
<mark>c</mark>onst=<mark>C</mark>
<mark>c</mark>ontinue=<mark>C</mark>
default=<mark>C</mark>
#define=<mark>C</mark>
defined=<mark>C</mark>
do=<mark>C</mark>
double=<mark>C</mark>
else ...