mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
13 lines
254 B
Batchfile
13 lines
254 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=../../../Tools
|
|
set PATH=%TOOLS%\tasm32;%PATH%
|
|
set TASMTABS=%TOOLS%\tasm32
|
|
|
|
tasm -t80 -b -fFF FDU.asm FDU.com FDU.lst
|
|
|
|
if errorlevel 1 goto :eof
|
|
|
|
copy /Y FDU.com ..\..\..\Binary\Apps\
|
|
copy /Y FDU.txt ..\..\..\Doc\ |