搜索资源列表
功能强大的VB可执行程序DEBUG反汇编软件
- 这是一款VB程序调试及反编译的工具,功能上还不是很好但希望能有点用-This ia a debug/undebug program with VB language, the function is not perfect .I hoppe it is useful.
编译原理上级实习-第二部分
- 用java写的一段PL0编译程序.用户可以在文本框内输入一段PL0代码,该程序可以将这段代码翻译成汇编指令。-used to write the section PL0 compiler. Users can input text box section PL0 code, the program code can be translated into this compilation directives.
m68k反汇编
- m68k系列反汇编的C语言源码,供学习编译原理的同学使用。实用!-m68k series compiled by the C-language source code, the compiler theory for studying the students to use. Practical!
汇编课设
- 学分管理系统的分析,设计与实现.本程序在masm6.11下编译通过,用了少量386的汇编指令,运行时请输入密码hust.-credit management system analysis, design and implementation. The procedures under the masm6.11 compiler, with a small amount of the Series 386 instructions, running hust Please enter the p
获得操作系统版本的汇编源代码
- 获得操作系统版本 请用masm32编译-version of the operating system compiled between Requests
51反汇编
- 用VB编的51单片机反汇编程序,可以将十六进制的源码反编译成汇编语言-VB series MCU-51 assembler, can be the source hexadecimal anti-compiled assembly language
sy4-MPSORT
- 汇编语言中,实现冒泡排序的算法,使用轻松汇编编译成功-assembly language, and achieving bubble sort algorithms, the use of a relaxed build successful compilation
编译系统源代码
- 汇编编译系统源代码,是用汇编语言编写内附文档,可自行查看-The source code of a compiled system of assembly language here.you can read the inner documents which are writed by assembly language .
MASM编译的操作系统
- 使用masm5.0编译器编译的一个简单的操作系统
汇编编译文件
- 汇编编译文件,很好用
智能汇编abc
- 打破MASM复杂会变编译过程 如同C界面的智能汇编工具帮助你轻松汇编
2005991950223
- 免费的汇编编译系统源代码 VC源码¦系统控制-A compilation of free VC compiler system source code control system source code ¦
dasm51 51反汇编工具
- 反汇编51的源码,自行修改可以反编译其他单片机!
C32反汇编工具
- C32反汇编工具:EXE文件反编译成汇编的工具(C32 disassembly tools: EXE files decompile assembly tools)
汇编编译工具
- 汇编编译工具(Assembler compiler)
Linux编译链接装载
- 一个关于Linux下C语言程序从编译到运行的详细过程,包括预处理、处理、汇编、链接、装载过程。(A detailed process for the process from compiling to running under Linux, including preprocessing, processing, assembly, linking, and loading.)
RealView? 编译工具
- ARM 官方RealView? 4.0 编译工具 全套指南,包括: 《要点指南》 《汇编器指南》 《编译器用户指南》 《编译器参考指南》 《链接器用户指南》 《链接器参考指南》 《库和浮点支持指南》 《实用程序指南》(ARM full set of guidelines for the official RealView 4 compiler tools, including: "Guidebook" "Guide" assembler
零基础入门学习CE汇编
- 零基础入门学习CE汇编,借助于CE软件编译于反汇编(Zero based learning CE compilation, with the help of CE software compiled in disassembly)
STM8反编译
- 反汇编STM8S系列单片机程序,只能反编译S19文本格式,BIN格式以后会添加,程序开始地址8000H,另对有些指令没有理解,可能有些错误,欢迎指正。(Disassembly STM8S series MCU program can only decompile S19 text format, BIN format will be added later, the program address 8000H, and some instructions do not understand, t
stm8反汇编
- stm8反汇编源代码,可以实现hex文件转换成汇编代码.c语言实现,需要自己编译完成.