Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 867 Bytes

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