mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
11 lines
221 B
Batchfile
11 lines
221 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set TOOLS=../../../Tools
|
|
set PATH=%TOOLS%\tasm32;%PATH%
|
|
set TASMTABS=%TOOLS%\tasm32
|
|
|
|
tasm -t80 -g3 -fFF slabel.asm slabel.com slabel.lst || exit /b
|
|
|
|
copy /Y slabel.com ..\..\..\Binary\Apps\ || exit /b
|