搜索资源列表
lcc4.2_vc6.0
- LCC4.2 C编译器源码,移植到VC6.0平台下,可将C代码,编译为80X86的汇编代码,C文件为99.C,汇编程序保留在98文件中。强烈推荐 C编译器源代码,构件自己具有专业,产品级水平的C编译器。-LCC4.2 C compiler source, the transplantation of VC6.0 platform can be C code, the compiler to compile code 80X86, C document 99.C, assembler reta
decaf
- 用Java实现的编译器。把源代码编译成SPARC汇编程序-using the Java compiler. Put into the source code compiler assembler SPARC
as51src
- A 8051 assembler .any one can learn how to write assembler in this example.and this function code has been work well for a 8051 assemble.
编译原理代码tinymachine
- 编译原理的词法,语法,分析等,还有劳顿的tiny machine (tm.c)的代码实现,前面还有相应的汇编程序 -compiler principles of morphology, syntax and analysis, there is a tiny machine Lawton (tm.c) the implementation of the code, still ahead of the corresponding assembler
Assembler
- xilinx 的 picoBlaze 的编译器kcpsm3,包括3个生成代码的模版文件,-Xilinx PicoBlaze compiler of kcpsm3, including three generate code template file,
Small_Device_C_Compiler_Manual
- SDCC (Small Device C Compiler) is free open source, retargettable, optimizing ANSI-C compiler by Sandeep Dutta designed for 8 bit Microprocessors. The current version targets Intel MCS51 based Microprocessors (8031, 8032, 8051, 8052, etc.), Dal
st20_decompiler
- ST20 C decompiler, supports only Ida Pro format of assembler source code.
nasm-Source
- NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。-NASM is an open source cross-platform assembler. Inside the source code under linux and dos are under. NASM contains a compilation of tutorials, source code is very clear, with a small
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
ASMEdit
- 这是一个汇编编译器ASMedit,VC源码,我以前收藏的,我也没有怎么没有搞懂这源码,但它确实可以作为一个工具,给大家分享-This is an assembler ASMedit, VC source code, I used to collection, I did not get to know the source is not how, but it does serve as a tool to share
MULTI
- its a code for multi pass assembler in system software
Untitled1
- Small Tictactoe game created to be recompiled into assembler code. Tried to switch it into assembler using MikroC but it doesn t seem to work. Any advice is welcome.
tcc-0.9.25.tar
- A c compiler source code. Tiny C Compiler feature: SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc gener