搜索资源列表
exe2com.zip
- DOS软件EXE2BIN的C源程序代码
DOS软件EXE2BIN的C源程序代码
- DOS软件EXE2BIN的C源程序代码-DOS software EXE2BIN C source code
exe2bin
- 将 DOS 下包含重定位信息的 .EXE 文件转换成指定起始加载位置的 .BIN 文件。在 BIOS 开发和 X86 嵌入式开发中极有用。-DOS included the re-positioning information. EXE files into the designated start loading location. BIN text pieces. The BIOS development and the devel
EXE2BIN
- DOS软件EXE2BIN的C源程序代码 很好的一个原代码程序-EXE2BIN DOS software in C source code of a good original code procedures
exe2com
- DOS软件EXE2BIN的C源程序代码 -DOS software EXE2BIN the C source code
DOS软件EXE2BIN的C源程序代码
- DOS软件EXE2BIN的C源程序代码-DOS software EXE2BIN C source code
C源程序代码DOS软件EXE2BIN
- C源程序代码DOS软件EXE2BIN-C source program code DOS software EXE2BIN
v3025_exe2com
- DOS软件EXE2BIN的C源程序代码-DOS software EXE2BIN C source code
EXE2BIN软件的C源程序代码
- 此软件为DOS系统下的一个实用软件 此代码为其C程序的实现-DOS software for the system under a code of this software useful for the realization of C Program
exe2bin
- 将 DOS 下包含重定位信息的 .EXE 文件转换成指定起始加载位置的 .BIN 文件。在 BIOS 开发和 X86 嵌入式开发中极有用。-DOS included the re-positioning information. EXE files into the designated start loading location. BIN text pieces. The BIOS development and the devel
v3025_exe2com
- DOS软件EXE2BIN的C源程序代码源码-EXE2BIN DOS software source code in C source code
EXE2BIN
- DOS软件EXE2BIN的C源程序代码 很好的一个原代码程序-EXE2BIN DOS software in C source code of a good original code procedures
ASM
- 破解决软件的必备工具,包括:debug、exe2bin等工具-Breaking solution to the necessary software tools, including: debug, exe2bin tools such as
exe2bin
- # /* # * File: exe2bin.c -# /* # * File: exe2bin.c
masm
- 用于编写汇编程序的编译器masm,其中包含3个文件,MASM.EXE,LINK.EXE,EXE2BIN.EXE-Used to write assembler compiler masm, which contains 3 files, MASM.EXE, LINK.EXE, EXE2BIN.EXE
vipsoft_setup
- 包括压缩软件LHA的C源程序代码 40K 解压缩软件UNZIP的C源程序代码 30K TC工具GREP的C源程序代码 24K DOS软件EXE2BIN的C源程序代码 12K -Including C-LHA compression software unzip software source code 40K UNZIP the C source code 30K TC tool GREP th
DOS_software_EXE2BIN_the_C_source_code
- DOS软件EXE2BIN的C源程序代码DOS software EXE2BIN the C source code-DOS software EXE2BIN the C source code
myUCOS
- 编译后可在x86上裸奔的ucosII!!! 编译脚本参见TEST.MAK c语言编译器是BC45,汇编语言编译器是tasm 连接后先生成的是test.exe。 参见MAKETEST.BAT 执行exe2bin test.exe后输入0800或8000,好像是输入0800,我记不清了。两个都可以试试。 loader.bin的作用是吧test.bin加载到内存地址0x8000处,其源码我没有了。可以参考软件Emu8086.v
exe2bin
- 配合masm汇编,可以将exe转为com,具体使用 exe2bin a.exe a.com