From ef5d8d73c703a4225b111587754b527c52b7b146 Mon Sep 17 00:00:00 2001 From: TQ Hirsch Date: Sat, 30 Sep 2023 19:46:36 +0200 Subject: [PATCH] Provided docs for running diagnostics --- doc/diagnostics.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/diagnostics.md diff --git a/doc/diagnostics.md b/doc/diagnostics.md new file mode 100644 index 0000000..eee3363 --- /dev/null +++ b/doc/diagnostics.md @@ -0,0 +1,16 @@ + +# Running ekba + +This will run for a total of 541450515 instructions. To just run the first pass (132198 insns), break at 10742. + +``` +# Start address of 0200, no switch settings, break at end of second pass. +jdp11 -l diag/ekba.pt -g 200 -b 10722 +``` + +# Running ekbb +This will run for around 1144728 instructions. +``` +# Start address of 0200, switch set to 161 to disable unibus trap tests, break at 36170, which is the end of the test +jdp11 -l diag/ekbb.pt -g 200 -s 161 -b 36170 +``` \ No newline at end of file