搜索资源列表
ccdl190.zip
- 用汇编和C写的32位C语言编译器,支持C++,也可编译Windows程序和DLL文件
djgpp_src.zip
- djgpp源码,含有gcc2.9编译器,汇编工具,debug工具等
pedasm.zip
- win32 exe程序反汇编
简单汇编器/虚拟机
- 一个简单汇编器+虚拟机
面向对象语言的编译器
- 一个面向对像语言的编译器,输出标准的汇编代码-as a right-oriented language compiler output code compilation of standards
JC 1.0
- JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixe
m68k反汇编
- m68k系列反汇编的C语言源码,供学习编译原理的同学使用。实用!-m68k series compiled by the C-language source code, the compiler theory for studying the students to use. Practical!
c51fby.rar
- 反汇编,51单片机反汇编文件,很好用于c移植,Disassembly
XDE.rar
- XDE是一款经得起实践考验的优秀的反汇编引擎,源代码用纯C铸成,有很高的参考学习价值.,XDE is a stand the test of good practice disassemble the engine, the source code using pure C cast, has a high value of the reference study.
djgpp_src
- djgpp源码,含有gcc2.9编译器,汇编工具,debug工具等-Source coded of djgpp , it includes the gcc2.9 compiler, ASM tools, the debug tools etc.
pedasm
- win32 exe程序反汇编-win32 the exe procedure instead assembles
runnian
- 汇编代码: 输入一个年数 判断是否是闰年 简单好用的代码 我自己写的代码供初学者使用-Assembly code: enter a number of years to determine whether it is a leap year easy-to-use code to write my own code to use for beginners
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
Microcontroller_Circuit_Simulation
- Proteus 是Labcenter 公司出口的电路分析、实物仿真系统,而Keil是目前世界上最好的51韸机汇编和C语言的集成开发环境。 -Proteus is a Labcenter exported circuit analysis, physical simulation system, Keil is currently the world' s best 51 Peng machine assembly and C language integrated developmen
AsmFun
- AsmFun(汇编指令查询器) V1.3 Build 07.01 绿色版 1、可查询汇编指令(支持过滤查询) 2、添加常用工具(支持自定路径,请自行修改config.ini) 3、支持QQ窗体的缩入伸出功能(先点击收缩窗品按钮,然后拉到桌面顶端) 版本:1.3 Build 07.01 增加:添加、修改、删除 指令功能 指令列表支持鼠标滚动 修正了某些Bug 添加运行、关闭特效 修正收缩窗口的Bug 屏敝了右键菜单 添加
altairz80
- 反汇编译器 汇编语言可以进行bin文件的反汇编-Anti-exchange assembly language compiler can disassemble the bin file
Hxm_xuniji
- 该虚拟机是一个汇编级别的虚拟运行时系统,并为该虚拟机设计了一套汇编语言、一个汇编器(hsm)和一个连接器(link)。-The virtual machine is a virtual run-time compilation system level, and for the design of a virtual machine assembly language, an assembler, (hsm), and a connector (link).
compile
- C语言完成的编译器,实现了词法、语法分析,中间代码和汇编代码的生成,有报告文档和测试程序-C language compilers completed achieve the lexical, syntax analysis, intermediate code and assembly code generation, documentation and testing procedures has been reported ...
c-
- cminus c++实现 包含词法分析 语法分析 语义分析 中间代码生成(pcode) 目标代码生成(汇编)-cminus c++ implementation of syntax analysis including lexical semantic analysis of intermediate code generation (pcode) Target code generation (assembly)
dasm51 51反汇编工具
- 反汇编51的源码,自行修改可以反编译其他单片机!