文件名称:compiler
介绍说明--下载内容均来自于网络,请自行研究使用
This is the source for a C compiler that generates 386 or
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable although
there are some issues involved with porting from MSDOS that have to
be resolved for example the size of LONG on unix machines is so big
some of the code generated gets messed up.
Code generation requires TASM to assemble the compiler output
you can use the borland TLINK to produce executables, or the
Watcom WLINK can also be used. PMODE systems written by TRAN are used
for the DPMI interface.
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable although
there are some issues involved with porting from MSDOS that have to
be resolved for example the size of LONG on unix machines is so big
some of the code generated gets messed up.
Code generation requires TASM to assemble the compiler output
you can use the borland TLINK to produce executables, or the
Watcom WLINK can also be used. PMODE systems written by TRAN are used
for the DPMI interface.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 105230341compiler.rar 列表 compiler\CC386.C compiler\AN386.C compiler\AN68.C compiler\ANALYZE.C compiler\ARGS.C compiler\BCCSTACK.C compiler\C.H compiler\CC.P compiler\A.C compiler\CC386.P compiler\CC68.P compiler\CL386.C compiler\CL386.CFG compiler\CL386E.TXT compiler\CL386R.TXT compiler\CMAIN.C compiler\CMDLINE.H compiler\CMDLINE.P compiler\CONF386.C compiler\CONF68.C compiler\D4GWSTUB.C compiler\DECL.C compiler\DIAG.H compiler\ERROR.C compiler\ERRORS.H compiler\EXPR.C compiler\EXPR.H compiler\EXT.C compiler\FATAL.C compiler\FILE_ID.DIZ compiler\FLOATEXP.C compiler\FUNC.C compiler\GEN386.H compiler\GEN68.H compiler\GETSYM.C compiler\GEXPR386.C compiler\GEXPR68.C compiler\GSTMT386.C compiler\GSTMT68.C compiler\HASH.H compiler\HASH.P compiler\HISTORY.TXT compiler\INASM386.C compiler\INASM68.C compiler\INIT.C compiler\INTERP.H compiler\INTERP.P compiler\INTEXPR.C compiler\LICENSE.TXT compiler\LIST.C compiler\LIST.H compiler\LIST.P compiler\MAKE.BAT compiler\MAKEALL.BAT compiler\MAKEFILE compiler\MAKEFILE.16 compiler\MAKEFILE.32 compiler\MANGLE.C compiler\MEMMGT.C compiler\MK386.C compiler\MK386.CFG compiler\OPTIMIZE.C compiler\OUTAS386.C compiler\OUTAS68.C compiler\PEEP386.C compiler\PEEP68.C compiler\PHITEXT.C compiler\PREPROC.C compiler\PSTR.C compiler\Q.C compiler\README.1ST compiler\README.TXT compiler\REG386.C compiler\REG68.C compiler\SEARCHKW.C compiler\SRCHPATH.C compiler\STMT.C compiler\SYMBOL.C compiler\SYMCHAR.C compiler\TDCONFIG.TD compiler\TEST.BAT compiler\TYPES.C compiler\UMEM.H compiler\UMEM.P compiler\USAGE.C compiler\UTYPE.H compiler