项目作者: Pigrecos

项目描述 :
Binary Code Generator Written in Pascal
高级语言: Pascal
项目地址: git://github.com/Pigrecos/D_CodeGen.git
创建时间: 2016-01-22T08:07:20Z
项目社区:https://github.com/Pigrecos/D_CodeGen

开源协议:GNU General Public License v3.0

下载


DCodeGen

Binary Code generator Written in pascal.
It can generate native code for x86 and x64 architectures and supports the whole x86/x64 instruction set.
Assembly Code Generator able to compile single File or Single asm Command.

  • Porting of a part of the Nasm -The Netwide Assembler in Delphi.
  • Porting Only Nasm Code Generator
  • Using Nasm and Masm Syntax
  • Support all Nasm Instruction Set List
  • Labeling support and jcc size optimize

TODO List

  • Test code
  • and Much more

P.S

  • welcome collaborative testing and improvement of source code.
    I have little free time.

    For Testing Program Using TAdvListView.

CREDIT

Infinite thanks to the great work of Mahdi Safsafi for his decompiler
Using on test prog UnivDisasm