Introduction - If you have any usage issues, please Google them yourself
Simple C compiler generated object code is 8086 assembly code (16), the PC in general were such as MASM compilation compiler compiler to generate executable file, in DOS or Windows console run. The realization of the language are defined as follows: the language is similar to tiny language, do not support the procedure call, that is, there is only one main function, no other function and global variable basic statement: Note statement (/* ...* /), type the statement (int input (void )), the output statement (void output (int)), assignment statements. The input and output statements in fact similar to function calls, can be seen as a function of the language within the Arithmetic Operators: 2B !,-,*,/ data types: integer.
Packet : 13898393cmm.rar filelist
cmm\project\types.h
cmm\project\cmm.dsw
cmm\project\cmm.ncb
cmm\project\cmm.pgp
cmm\project\cmm.plg
cmm\project\cmmlex.c
cmm\project\cmmlex.h
cmm\project\cmmlex.l
cmm\project\cmmlex.v
cmm\project\cmmyacc.c
cmm\project\cmmyacc.h
cmm\project\cmmyacc.v
cmm\project\code.c
cmm\project\code.h
cmm\project\test.c
cmm\project\test.t
cmm\project\test.s
cmm\project\cmm.dsp
cmm\project\cmmyacc.y
cmm\project\cmm.opt
cmm\project\cmm.pgw
cmm\code\cmmlex.l
cmm\code\cmmyacc.y
cmm\code\code.c
cmm\code\code.h
cmm\code\types.h
cmm\bin\cmm.exe
cmm\bin\MASM.EXE
cmm\bin\ML.EXE
cmm\bin\LINK.EXE
cmm\bin\TEST.EXE
cmm\bin\test.s
cmm\bin\test.t
cmm\bin\test.c
cmm\cmm简单说明.txt
cmm\简单C编译器(cmm)文档.doc
cmm\project
cmm\code
cmm\bin
cmm