mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
9 lines
233 B
Batchfile
9 lines
233 B
Batchfile
set TOOLS=../../../Tools
|
|
set PATH=%TOOLS%\tasm32;%PATH%
|
|
set TASMTABS=%TOOLS%\tasm32
|
|
|
|
tasm -t80 -b -fFF loader.asm loader.bin loader.lst
|
|
tasm -t80 -b -fFF dbgmon.asm dbgmon.bin dbgmon.lst
|
|
|
|
copy /Y /b loader.bin+dbgmon.bin ramtest.com
|