From 06e308c5407771cc0ba355ceffddc42abba4af86 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 7 Oct 2022 07:29:21 +0200 Subject: [PATCH] KA10: MI means Memory Indicators. The MI register is used for two purposes: display data provided by software through DATAO PI, or display memory contents at the location specified by the address switches. --- PDP10/kx10_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index 99546b6..f0986cb 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -450,7 +450,7 @@ REG cpu_reg[] = { { ORDATAD (PIE, PIE, 8, "Priority Interrupt Enable") }, { ORDATAD (PIENB, pi_enable, 7, "Enable Priority System") }, { ORDATAD (SW, SW, 36, "Console SW Register"), REG_FIT}, - { ORDATAD (MI, MI, 36, "Monitor Display"), REG_FIT}, + { ORDATAD (MI, MI, 36, "Memory Indicators"), REG_FIT}, { FLDATAD (BYF5, BYF5, 0, "Byte Flag") }, { FLDATAD (UUO, uuo_cycle, 0, "UUO Cycle") }, #if KA | PDP6