swh:1:snp:cdcd2bc43331a436e8c659ba93175ef7d7eb339b
Raw File
Tip revision: 4e5d304eb7cd5589b924ffb8b423b6f15511b35d authored by Ron Burkey on 20 October 2018, 17:47:00 UTC
The sample Block I AGC program TRIVIUM, found at the very end of one of
Tip revision: 4e5d304
SimArtemis072_lite.bat
# This batch file runs the CM elements of the Virtual AGC 
# emulation for software version Artemis 072 (Colossus 3).
rem What it WANTS to do by default is jump down to :WinAGC.  The other
rem (legacy) stuff is just there in case I hear of some excruciatingly
rem awful problem with WinAGC.
c:
cd \mingw\bin
if f==f%NOTWINAGC% goto WinAGC
if f==f%XPPRO% goto notxppro
  start /min "CMyaAGC" yaAGC --core=Artemis072.bin %2
  start "CMsimulator" LM_Simulator "--cfg=lm_simulator.ini" "--port=19701" 
  SimStop CMyaAGC CMsimulator
  goto done
:notxppro
  start /min yaAGC --core=Artemis072.bin %2
  start LM_Simulator "--cfg=lm_simulator_windows.ini" "--port=19701" 
:WinAGC
  WinAGC <SimArtemis072_lite.xeq
:done



back to top