16 lines
489 B
Markdown
16 lines
489 B
Markdown
|
|
# 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
|
|
``` |