readme.txt

来自「C编译器,在VC6.0环境下开发」· 文本 代码 · 共 44 行

TXT
44
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?