nasm/misc/pmw.bat

10 lines
308 B
Batchfile
Raw Normal View History

2002-05-01 04:52:08 +08:00
@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
2002-05-01 05:09:12 +08:00
rem
2002-05-01 04:52:08 +08:00
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