搜索资源列表
LittleASM
- 这是我自己写的一个汇编程序的开发环境的源码,要配套masm使用-This is what I had written an assembler source code development environment, to supporting the use masm
simpleobjectassembler-0.5.6
- simple-object-assembler 是一个对象的汇编器,例如你可以用以下的代码来生成一个对象 objectAssembler.assemble(sourceObject, Destination.class, "property1", "property2", "property3.nestedProperty") -simple-object-assembler is an assembler object, for example, you can use the fo
quokka-0.3
- Quokka为Java开发者提供了基于ANT向Maven的转换,对于Maven用户,看到并行比较建立一个web应用和Quokka和Quokka VS Maven指南。 主要新特性包括: 模块构建:构建像汇编或源代码格式的项目可以打包成插件。 扩展性:使用Ant文件来增加特设的目标。另外,增加的目标可以通过脚本插件用多种脚本语言编写。 细粒度属性管理:Quokka允许在一个项目内可以定义多个独立路径。选定的路径还可以导出其他项目库内进行复用。如果您的项目依赖于另一个项目
EmailServiceStatus
- ClassFileAssembler.Class File Assembler Source Code for Andriod.
Asm
- Mips汇编器,支持Mips汇编语言翻译为机器码,以及机器码的反汇编。支持label跳转等重要操作。-Mips assembler, we can use it to translate mips codes as machine code, and disassemble the machine code as mips code. You can write label for jump instructions in your mips code and this assembler su