mirror of https://github.com/wwarthen/RomWBW.git
8 changed files with 26 additions and 33 deletions
@ -1,5 +1,5 @@ |
|||||
OBJECTS = |
OBJECTS = |
||||
SUBDIRS = DMAmon I2C inttest ppidetst ramtest tstdskng rzsz vdctest kbdtest ps2info 2piotst piomon banktest portswp |
|
||||
|
SUBDIRS = DMAmon I2C inttest ppidetst ramtest tstdskng rzsz vdctest kbdtest ps2info 2piotst piomon banktest portscan |
||||
DEST = ../../../Binary/Apps/Test |
DEST = ../../../Binary/Apps/Test |
||||
TOOLS =../../../Tools |
TOOLS =../../../Tools |
||||
|
|
||||
|
|||||
@ -0,0 +1,11 @@ |
|||||
|
@echo off |
||||
|
setlocal |
||||
|
|
||||
|
set TOOLS=../../../../Tools |
||||
|
set PATH=%TOOLS%\tasm32;%PATH% |
||||
|
set TASMTABS=%TOOLS%\tasm32 |
||||
|
|
||||
|
tasm -t180 -g3 -fFF portscan.asm portscan.com portscan.lst || exit /b |
||||
|
|
||||
|
copy /Y portscan.com ..\..\..\..\Binary\Apps\Test\ || exit /b |
||||
|
|
||||
@ -1,4 +1,4 @@ |
|||||
OBJECTS = portswp.com |
|
||||
|
OBJECTS = portscan.com |
||||
DEST = ../../../../Binary/Apps/Test |
DEST = ../../../../Binary/Apps/Test |
||||
TOOLS =../../../../Tools |
TOOLS =../../../../Tools |
||||
|
|
||||
@ -1,11 +0,0 @@ |
|||||
@echo off |
|
||||
setlocal |
|
||||
|
|
||||
set TOOLS=../../../../Tools |
|
||||
set PATH=%TOOLS%\tasm32;%PATH% |
|
||||
set TASMTABS=%TOOLS%\tasm32 |
|
||||
|
|
||||
tasm -t180 -g3 -fFF portswp.asm portswp.com portswp.lst || exit /b |
|
||||
|
|
||||
copy /Y portswp.com ..\..\..\..\Binary\Apps\Test\ || exit /b |
|
||||
|
|
||||
Loading…
Reference in new issue