diff options
Diffstat (limited to 'misc/pmw.bat')
-rw-r--r-- | misc/pmw.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/pmw.bat b/misc/pmw.bat new file mode 100644 index 0000000..88b67a5 --- /dev/null +++ b/misc/pmw.bat @@ -0,0 +1,9 @@ +@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 |