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