?? readme.txt
字號:
/*
* Readme.txt for MicroC Compiler
*
* Copyright (c) 2001 by Ren Qi and Lin Ying
* All Rights Reserved.
*
*/
NAME_LEN ---> 32
in common.h KEYENTRY{ name --> 32 }
* in common condition return int 0 means ok, other means error
note this factor : that /* ........ /* */ ........... */ soulation
main() function 不能由語法判定合理的存在,SO in gen(..) 中進行語義處理.
data type Ingore double float long unsigned --> int
char
array
add compound statement , then add static link to stack
support only one demision array
at first , we ingore "static" specifier in function definition
support sizeof(x), sizeof (1), etc
if use
{
int f[10];
x = f + 1; // you can compiler, but can't get correct asm code
}
left args push stack first, heihei, sorry
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -