文件名称:compiler
介绍说明--下载内容均来自于网络,请自行研究使用
简单实现C--语言的编译器 ,能够生成汇编代码;再用工具将汇编代码转换为可执行文件,执行该文件得到正确的结果。-Realize a simple C- language compiler can generate assembly code reuse tool assembly code is converted to an executable file, the implementation of the document to obtain accurate results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
compiler
........\bin
........\...\asm_file
........\...\........\ex1.asm
........\...\........\ex2.asm
........\...\........\ex3.asm
........\...\........\ex4.asm
........\...\........\if.asm
........\...\........\s2.asm
........\...\........\s3.asm
........\...\........\temp.asm
........\...\........\test.asm
........\...\........\while.asm
........\...\c--.exe
........\...\ex1.EXE
........\...\ex1.txt
........\...\ex2.EXE
........\...\ex2.txt
........\...\ex3.EXE
........\...\ex3.txt
........\...\ex4.txt
........\...\if.EXE
........\...\if.txt
........\...\IMPORT32.LIB
........\...\init.OBJ
........\...\ntdll.lib
........\...\obj&maap
........\...\........\ex1.map
........\...\........\ex1.OBJ
........\...\........\ex2.map
........\...\........\ex2.OBJ
........\...\........\ex3.map
........\...\........\ex3.OBJ
........\...\........\if.map
........\...\........\if.OBJ
........\...\........\s2.map
........\...\........\s2.OBJ
........\...\........\temp.map
........\...\........\temp.OBJ
........\...\........\while.map
........\...\........\while.OBJ
........\...\s2.c
........\...\s2.EXE
........\...\s3.c
........\...\sam_ex2.EXE
........\...\TASM32.EXE
........\...\temp.EXE
........\...\temp.txt
........\...\test.txt
........\...\TLINK32.EXE
........\...\while.EXE
........\...\while.txt
........\Readme.doc
........\src
........\...\c--.l
........\...\c--.y
........\...\lex.yy.c
........\...\y.output
........\...\y.tab.c
........\执行说明.txt
........\bin
........\...\asm_file
........\...\........\ex1.asm
........\...\........\ex2.asm
........\...\........\ex3.asm
........\...\........\ex4.asm
........\...\........\if.asm
........\...\........\s2.asm
........\...\........\s3.asm
........\...\........\temp.asm
........\...\........\test.asm
........\...\........\while.asm
........\...\c--.exe
........\...\ex1.EXE
........\...\ex1.txt
........\...\ex2.EXE
........\...\ex2.txt
........\...\ex3.EXE
........\...\ex3.txt
........\...\ex4.txt
........\...\if.EXE
........\...\if.txt
........\...\IMPORT32.LIB
........\...\init.OBJ
........\...\ntdll.lib
........\...\obj&maap
........\...\........\ex1.map
........\...\........\ex1.OBJ
........\...\........\ex2.map
........\...\........\ex2.OBJ
........\...\........\ex3.map
........\...\........\ex3.OBJ
........\...\........\if.map
........\...\........\if.OBJ
........\...\........\s2.map
........\...\........\s2.OBJ
........\...\........\temp.map
........\...\........\temp.OBJ
........\...\........\while.map
........\...\........\while.OBJ
........\...\s2.c
........\...\s2.EXE
........\...\s3.c
........\...\sam_ex2.EXE
........\...\TASM32.EXE
........\...\temp.EXE
........\...\temp.txt
........\...\test.txt
........\...\TLINK32.EXE
........\...\while.EXE
........\...\while.txt
........\Readme.doc
........\src
........\...\c--.l
........\...\c--.y
........\...\lex.yy.c
........\...\y.output
........\...\y.tab.c
........\执行说明.txt