mirror of
https://github.com/sboydlns/univacemulators.git
synced 2026-01-13 07:29:46 +00:00
12 lines
300 B
Batchfile
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
|
|
|