pmw.bat
资源名称:nasm-0.98.zip [点击查看]
上传用户:yuppie_zhu
上传日期:2007-01-08
资源大小:535k
文件大小:0k
源码类别:
编译器/解释器
开发平台:
C/C++
- @echo off
- rem some batch file to bind nasm and ndisasm with pmode/w
- rem a mega cool dos extender for watcom done by tran
- rem
- rem max 8 megs, dpmi stack 256*16=4096, no banner
- pmwlite.exe nasm.exe
- pmwsetup.exe /X8388608 /P256 /B0 nasm.exe
- pmwlite.exe ndisasm.exe
- pmwsetup.exe /X8388608 /P256 /B0 ndisasm.exe