/L15"Keil C51" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = C C51
/Colors = 0,8421376,8421376,8421504,255,
/Colors Back = 16777215,16777215,16777215,16777215,16777215,
/Colors Auto Back = 1,1,1,1,1,
/Font Style = 0,0,0,0,0,
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> ,    .?
/Function String = "%^([a-zA-Z_0-9]+^)[ ^t]+([^p*, ^t^[^]a-zA-Z_0-9.]++)[~;]"
/Function String 1 = "%[a-zA-Z_0-9]*::^([a-zA-Z_0-9]+^)[ ^t]++([^p*, ^t^[^]a-zA-Z_0-9.]++)[~;]"
/Function String 2 = "%[a-zA-Z_0-9]+[ ^t]+^([a-zA-Z_0-9]+^)[ ^t]++([^p*, ^t^[^]a-zA-Z_0-9.]++)[~;]"
/Function String 3 = "%[a-zA-Z_0-9"]* ^([a-zA-Z_0-9"]+^)[ ^t]++([^p*, ^t^[^]a-zA-Z_0-9.]++)[~;]"
/Function String 4 = "%[a-zA-Z_0-9*&$]+[ ^t]+[a-zA-Z_0-9*&$]+[ ^t]+^([a-zA-Z_0-9]+^)[ ^t]++([^p*, ^t^[^]a-zA-Z_0-9.]++)[~;]"
/Function String 5 = "%^([a-zA-Z_0-9]+^)[ ^t]++([^p*, ^t^[^]a-zA-Z_0-9.]++)[~;]"

/Indent Strings = "{" "if" "else" ":"
/Unindent Strings = "}"
/Open Brace Strings =  "{" "(" "["
/Close Brace Strings = "}" ")" "]"
/Open Fold Strings = "{" "#ifdef" "#if" "#ifndef"
/Close Fold Strings = "}" "#endif" "#endif" "#endif"

/C1"Keywords" Colors = 16711680 Colors Back = 16777215 Colors Auto Back = 1 Font Style = 0
asm auto
A AB ACC AR0 AR1 AR2 AR3 AR4 AR5 AR6 AR7 AUXR
bit break bool
B
case char const continue
C CKCON
data default do double defined
DP0H DP0L DP1H DP1L DPH DPH1 DPL DPL1 DPS DPTR
else enum extern
EIE EIP EXIF
float for
goto
HB
IE IP
idata if int interrupt
long
pdata
P0 P1 P2 P3 P4 P5 P6 PCON PMR PSW
register return
R0 R1 R2 R3 R4 R5 R6 R7 RCAP2H RCAP2L ROMMAP
sbit short signed sizeof static struct switch
SADDR SADDR0 SADDR1 SADEN0 SADEN1 SBUF SBUF0 SBUF1 SCON SCON0 SCON1 SP SPCR SPDR SPSR STATUS
typedef
T2CON T2MOD TA TCON TH0 TH1 TH2 TL0 TL1 TL2 TMOD
using union unsigned
void volatile
while
WDCON WMCON
xdata
XICON
_at_ __asm __based __cdecl __declspec __except __far __fastcall __finally __fortran __huge __inline __int16 __int32 __int64 __int8 __interrupt __leave __loadds __near __pascal __saveregs __segment __segname __self __stdcall __try __uuidof
#define #error #include #elif #if #line #else #ifdef #pragma #endif #ifndef #undef
/C3"C++ Keywords" Colors = 33023 Colors Back = 16777215 Colors Auto Back = 1 Font Style = 0
AC AIN0 AIN1 AOUT
catch class const_cast
C_T2 CP_RL2 CY
delete dynamic_cast
explicit export
EA EPFI ES ES0 ES1 ET0 ET1 ET2 EWDI EWT EX0 EX1 EX2 EX3 EX4 EX5 EXEN2  EXF2
false friend
F0 F1 FL
inline
IE IE0 IE1 IE2 IE3 INT0 INT1 INT2 INT3 INT4 INT5 IP IT0 IT1 IT2 IT3
mutable
MISO MOSI
new namespace
operator
private protected public
P P0_0 P0_1 P0_2 P0_3 P0_4 P0_5 P0_6 P0_7 P1_0 P1_1 P1_2 P1_3 P1_4 P1_5 P1_6 P1_7
P2_0 P2_1 P2_2 P2_3 P2_4 P2_5 P2_6 P2_7 P3_0 P3_1 P3_2 P3_3 P3_4 P3_5 P3_6 P3_7
PFI POR PS PS0 PS1 PT0 PT1 PT2 PWDI PX0 PX1 PX2 PX3 PX4 PX5

addwf andwf clrf clrw comf decf decfsz incf incfsz iorwf
movfw movwf movrf movfr rlf rrf subwf swapf testz xorwf

bcf bsf btfsc btfss 

addlw andlw xorlw call clrwdt goto iorlw movlw nop ret reti retlw sleep

OV
reinterpret_cast
RB8 RB81 RCLK RD REN REN1 RI RI1 RS0 RS1 RWT RXD RXD0 RXD1
static_cast
SCK SM0 SM01 SM1 SM11 SM2 SM21 SMOD_1 SS
template this throw true try typeid typename
T0 T1 T2 T2_EX T2EX TB8 TB81 TCLK TF0 TF1 TF2 TI TI1 TR0 TR1 TR2 TXD TXD0 TXD1
using
virtual
wchar_t
WDIF WR WTRF
__multiple_inheritance __single_inheritance __virtual_inheritance
/C4"Operators"
+
-
=
// /
%
&
>
<
^
!
|

Keil C51.uew的更多相关文章

  1. Keil C51汉字显示的bug问题

    一.缘起 这两天改进MCU的液晶显示方法,采用“即编即显”的思路,编写了一个可以直接显示字符串的程序.如程序调用disstr("我是你老爸");液晶屏上就会显示“我是你老爸”. 二 ...

  2. KEIL、uVision、RealView、MDK、KEIL C51区别比较

    KEIL uVision,KEIL MDK,KEIL For ARM,RealView MDK,KEIL C51,KEIL C166,KEIL C251 从接触MCS-51单片机开始,我们就知道有一个 ...

  3. Keil C51程序调试过程

    用Keil C51编写程序时,经常需要调试,如果不是经常用这个软件的话,很容易忘记这些调试步骤,现在举一个例子“验证延迟函数delay()使其延迟的时间为500ms”说明. 源程序写完后,就可以调试了 ...

  4. Keil C51软件的使用

    进入 Keil C51 后,屏幕如下图所示.几秒钟后出现编辑界 启动Keil C51时的屏幕 进入Keil C51后的编辑界面 简单程序的调试:学习程序设计语言.学习某种程序软件,最好的方法是直接操作 ...

  5. Keil c51现No Browse information available

    keil c51 不能使用:Go to Definition of....的解决方法 最近使用keil c51 开发usb固件,当向vc一样使用Go to Definition of....时,出现警 ...

  6. Keil C51总线外设操作问题的深入分析

    阅读了<单片机与嵌入式系统应用>2005年第10期杂志<经验交流>栏目的一篇文章<Keil C51对同一端口的连续读取方法>(原文)后,笔者认为该文并未就此问题进行 ...

  7. KEIL C51 中嵌入汇编以及C51与A51间的相互调用

    如何在 KEIL C51(v6.21) 中调用汇编函数的一个示例 有关c51调用汇编的方法已经有很多帖子讲到,但是一般只讲要点,很少有对整个过程作详细描述,对于初学者是不够的,这里笔者通过一个简单例子 ...

  8. Hash查找法在Keil C51中的实现

    摘要:散列(hash)是一种重要的存储方法,也是一种常见的查找方法.它是指在记录的存储位置和它的关键字之间建立一个确定的对应关系.本文以射频卡门禁控制器为例,说明用射频卡卡号作为关键字,用Hash查找 ...

  9. KEIL C51高级编程

    第一节 绝对地址访问C51提供了三种访问绝对地址的方法: 1. 绝对宏:在程序中,用“#include”即可使用其中定义的宏来访问绝对地址,包括:CBYTE.XBYTE.PWORD.DBYTE.CWO ...

随机推荐

  1. Qt5+VS2013兼容XP方法

    用Qt5+VS2013编译程序默认配置会在XP运行时报"不是有效的Win32程序"工作需要必须要XP运行 pro文件中加一句: 复制代码 QMAKE_LFLAGS_WINDOWS ...

  2. ArcGIS API for Silverlight学习笔记

    ArcGIS API for Silverlight学习笔记(一):为什么要用Silverlight API(转) 你用上3G手机了吗?你可能会说,我就是喜欢用nokia1100,ABCDEFG跟我都 ...

  3. 缓存一致性(Cache Coherency)入门(转)

    参考原文:http://fgiesen.wordpress.com/2014/07/07/cache-coherency/ 本文是RAD Game Tools程序员Fabian “ryg” Giese ...

  4. The square chest

    The square chest Sophia pressed the button in front of her, slamming her fist against it. The door r ...

  5. UVa1399.Ancient Cipher

    题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem& ...

  6. 用Visual Studio2010 编译 C++文件"hello world”

    本周开始学习C++语言,用Visual Studio 2010做编译器,发现站内还没有基础的关于用VS2010编译程序的教材.而且自己在网上寻找时候,教程难找,而且大都不详细.故写一个关于这方面的教程 ...

  7. Weblogic的Admin server进程将CPU消耗尽问题解决

    1.serverCPU被耗尽,持续100% 以下附nmon图 2.两个weblogicadmin server进程将CPU耗尽 问题:24298进程,占用百分之四千多的CPU资源 23529进程,占用 ...

  8. EEPlat vs saleforce 配置 Knowledge Article 演示样例

    ==================================================================================================== ...

  9. TCP三次握手的过程

    三次握手 下图就是wireshark抓包工具抓获的TCP连接建立的三次握手过程: http://www.cnblogs.com/hnrainll/archive/2011/10/14/2212415. ...

  10. boost::asio译文

        Christopher Kohlhoff Copyright © 2003-2012 Christopher M. Kohlhoff 以Boost1.0的软件授权进行发布(见附带的LICENS ...