文件名称:pe-asm
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
The source program that shows how to create a compiler / assembler into machine code, written completely in Delphi. The source code shows how to create your own EXE-files: the formation of Win32 header \ PE\ , DOS \ MZ\ , adding sections, creation of tables of imports outside the DLL functions, organization variables, converting into machine code (opcodes). Supported types: byte, dword, string, record, according to the index treatment. Supported instructions: push, jmp, mov, call - pre-realization, extra SizeOf team for variable length. Examples are also given, which can be compiled: the withdrawal of the MessageBox, console output, the JMP cycle, the creation of a window class. This release is preliminary and requires further development.
-The source program that shows how to create a compiler / assembler into machine code, written completely in Delphi. The source code shows how to create your own EXE-files: the formation of Win32 header \ PE\ , DOS \ MZ\ , adding sections, creation of tables of imports outside the DLL functions, organization variables, converting into machine code (opcodes). Supported types: byte, dword, string, record, according to the index treatment. Supported instructions: push, jmp, mov, call - pre-realization, extra SizeOf team for variable length. Examples are also given, which can be compiled: the withdrawal of the MessageBox, console output, the JMP cycle, the creation of a window class. This release is preliminary and requires further development.
-The source program that shows how to create a compiler / assembler into machine code, written completely in Delphi. The source code shows how to create your own EXE-files: the formation of Win32 header \ PE\ , DOS \ MZ\ , adding sections, creation of tables of imports outside the DLL functions, organization variables, converting into machine code (opcodes). Supported types: byte, dword, string, record, according to the index treatment. Supported instructions: push, jmp, mov, call - pre-realization, extra SizeOf team for variable length. Examples are also given, which can be compiled: the withdrawal of the MessageBox, console output, the JMP cycle, the creation of a window class. This release is preliminary and requires further development.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
peASM
.....\examples
.....\........\hello
.....\........\.....\hello.asm
.....\........\.....\hello.bat
.....\........\loop
.....\........\....\loop.asm
.....\........\....\loop.bat
.....\........\records
.....\........\.......\records.asm
.....\........\.......\records.bat
.....\........\windowclass
.....\........\...........\windowclass.asm
.....\........\...........\windowclass.bat
.....\readme.txt
.....\sources
.....\.......\mystrtool.pas
.....\.......\my_asm.pas
.....\.......\peasm02.dpr