mirror of
https://github.com/simh/simh.git
synced 2026-04-18 17:07:25 +00:00
PDP8: A 2 minute execution limit to diagnostic tests
This commit is contained in:
@@ -2,11 +2,16 @@
|
|||||||
::
|
::
|
||||||
:: Run the paper tape-based diagnostics for the PDP-8 simulator.
|
:: Run the paper tape-based diagnostics for the PDP-8 simulator.
|
||||||
::
|
::
|
||||||
|
::
|
||||||
|
:: Script is where the diagnostics ought to reside as well.
|
||||||
|
cd %~p0
|
||||||
|
|
||||||
|
:: Limit maximum diagnostic execution time
|
||||||
|
runlimit 2 minutes
|
||||||
|
|
||||||
:: Maximum memory, extended address element:
|
:: Maximum memory, extended address element:
|
||||||
set cpu 32k
|
set cpu 32k
|
||||||
set cpu eae
|
set cpu eae
|
||||||
:: Script is where the diagnostics ought to reside as well.
|
|
||||||
cd %~p0
|
|
||||||
|
|
||||||
:: AND, TAD, Operate and basic MQ instruction test (D0AB)
|
:: AND, TAD, Operate and basic MQ instruction test (D0AB)
|
||||||
echof -n "** PDP-8: Basic Instruction Test (1): "
|
echof -n "** PDP-8: Basic Instruction Test (1): "
|
||||||
|
|||||||
Reference in New Issue
Block a user