2020-12-31 15:47:14 -05:00

12 lines
300 B
Batchfile

@echo off
c:
cd \development\emulators\u494
win32\debug\u494asm Source\MOS.asm -P Procs -O Bin
if errorlevel 1 goto end
start /b notepad++ Source\MOS.lst
win32\debug\u494spurt -tab # -sep * Source\MONITOR6.spurt -O Bin
if errorlevel 1 goto end
start /b notepad++ Source\MONITOR6.lst
:end