home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / NASM097.ZIP / MISC / PMW.BAT < prev   
Encoding:
DOS Batch File  |  1997-10-01  |  316 b   |  10 lines

  1. @echo off
  2. rem some batch file to bind nasm and ndisasm with pmode/w
  3. rem a mega cool dos extender for watcom done by tran
  4. rem
  5. rem max 8 megs, dpmi stack 256*16=4096, no banner
  6. pmwlite.exe nasm.exe
  7. pmwsetup.exe /X8388608 /P256 /B0 nasm.exe
  8. pmwlite.exe ndisasm.exe
  9. pmwsetup.exe /X8388608 /P256 /B0 ndisasm.exe
  10.