搜索资源列表
面向对象语言的编译器
- 一个面向对像语言的编译器,输出标准的汇编代码-as a right-oriented language compiler output code compilation of standards
gs02
- 原来一些32位版发表在 http://www.x86asm.com 因暂停。更新的版本改上传于你处。 在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些会另外,如PUSH类默认为32位的四字节.) 可以用DW等指
nasm-0.98.39
- 32位汇编编译器nasm源代码,用c/asm混合编程,对于编写汇编编译器的爱好者来说是一个参考。-32 NASM compilation compiler source code, c / asm mixed programming, for the preparation of the compilation compiler lovers is a reference.
visualasm
- 一个汇编编译器很好用的-a compilation compiler good use
asmperfect
- 自己做的汇编编译器,通过c来写的,界面同于vc++,便于使用。-own compilation compiler, c write, in vc interface with ease of use.
AsmExperimentA
- 这些是我们在学校里做汇编实验时做的。实验列表如下。里面有源代码。 1. 实验一 汇编编译器的使用及程序调试(必做) 4 2. 实验二 非压缩/压缩十进制码转换程序的设计与实现(必做) 11 3. 实验三 顺序程序设计(选做) 13 4. 实验四 分支程序设计(选做) 16 5. 实验五 循环程序设计(选做) 19 7. 实验七 字符串操作程序设计(选做) 24
nasm-0.98.38
- nasm汇编编译器源码-NASM compilation compiler source
compiler
- Python语言写的汇编编译器,可将MIPS指令转化为机器语言。
MP3(VC+汇编写的)元码
- 本程序**%100汇编语言**编写。 编译器: <<-----MASM6.14----->> 编辑器: <<---EditPlus2.10c--->>(IDE)-the procedures ** ** 0 assembler language preparation. Compiler : lt; Lt ;----- MASM6.14 - ---- gt; Gt; Editors : lt; Lt; EditPlus2 .10 c --- ---
扩充C0文法编译器
- 扩充C0文法的编译器,采用递归子程序法进行语法分析,生成中间四元式,目标代码为x86汇编代码。
nasm-2.05rc6.zip
- 汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下,Compiler to compile the latest version of the source. Bought a do-it-yourself operating system to write this book of people must be under
STM8_STVD_cn
- STVD IDE包含代码编辑、汇编编译器、代码调试功能,不含C编译器。同时IDE还自带ST Visual Programer编程软件,支持主流8bit-STVD IDE
tasm32
- 32位汇编语言编译器,学习汇编语言的必备工具。-32-bit assembly language compiler, an indispensable tool for learning assembly language.
Assembler
- 自己开发的汇编式脚本语言编译器,由VC8控制台编写。-Own compilation-style scr ipting language compiler from the console to prepare VC8.
TinyC
- 编译原理课设,TinyC,简化的C语言编译器,不能支持比较高级的C程序,可以生成汇编和语法树-Principle-based compiler class, TinyC, to simplify the C language compiler, can not support the more advanced C procedures, can generate the compilation and syntax tree
ccdl190
- 用汇编和C写的32位C语言编译器,支持C++,也可编译Windows程序和DLL文件- 32 C language compiler write which with the assembly and C, supports C, also may translate the Windows procedure and the DLL document
djgpp_src
- djgpp源码,含有gcc2.9编译器,汇编工具,debug工具等-Source coded of djgpp , it includes the gcc2.9 compiler, ASM tools, the debug tools etc.
nasm2.0.3
- NASM2.03汇编编译器,支持跨平台编译,可以生成,支持各种常用Link工具的目标代码文件。 支持64位汇编指令。内附原版参考文档。-NASM2.03 compilation of the compiler to support cross-platform compiler, can generate and support a variety of commonly used tools Link object code file. Support 64-bit compilation
MasmSetup
- 汇编编译器-Compilation of the compiler
自制编译器 ,青木峰郎著 ,P445
- 本书将带领读者从头开始制作一门语言的编译器。笔者特意为本书设计了CЬ语言,CЬ可以说是C语言的子集,实现了包括指针运算等在内的C语言的主要部分。本书所实现的编译器就是C Ь语言的编译器, 是实实在在的编译器,而非有诸多限制的玩具。另外,除编译器之外,本书对以编译器为中心的编程语言的运行环境,即编译器、汇编器、链接器、硬件、运行时环境等都有所提及,介绍了程序运行的所有环节。(This book will lead the reader to make a language compiler fro