#28 closed defect (fixed)
Typo in mc.incl.alm (MCR10016)
| Reported by: | canthony | Owned by: | Eric Swenson |
|---|---|---|---|
| Priority: | major | Milestone: | MR12.6f |
| Component: | Include Files | Version: | MR12.6e |
| Keywords: | Cc: |
Description
bool scu.ir.mif,000040 DL - Multiword Indicator
should read:
bool scu.ir.mif,000040 DL - Mid-instruction interrupt Indicator
Change History (8)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Charles, isn't this "Mid-Instruction Fault", rather than "Mid-Instruction Interrupt"? -- Eric
comment:3 by , 10 years ago
"Midinstruction fault: 0 occurrences.
"Midinstruction interrupt" 4 occurrences
"Mid instruction interrupt fault" 5 occurrences
Hmm. I'm 0 for 9.
I opine that the 'I' in MFI is 'interrupt' (as opposed to 'instruction'),
so I fee "Mid-instruction Interrupt Fault" is the correct deacronymization.
-- Charles
comment:4 by , 10 years ago
I interpret it differently. It is MIF and not MFI, and I would suggest the acronym stands for Mid-Instruction Fault. -- Eric
comment:5 by , 10 years ago
Down the rabbit hole we go. Looking at azm_display_mc_.pl1:
if scu.ir.mif then
eis_info_valid = "1"b;
else eis_info_valid = "0"b;
this would imply that if MIF is set, then an EIS instruction was running.
Back to AL39:
MULTICS PROCESSOR FEATURES
Capability to interrupt program execution in response to an external
signal (e.g., I/O
termination) at the end of any even/odd instruction pair (midinstruction
interrupts are
permitted for some instructions)
and the definition of the bit in the SCU register description:
m Mid instruction interrupt fault:
This indicator is set OFF at the start of execution of each
instruction and is set ON by the events described below. The
indicator has meaning only when determining the proper restart
sequence for the interrupted instruction. This indicator can be
set on:
...
(2) By an interrupt signal during execution of those EIS
instructions that allow very long operand strings.
So, in general, the bit being set means that the instruction is resumable;
this only makes sense for the EIS instructions that are driven by CHTALLY;
ie iterate over the operand, and "resume" means take up where you left off
in the iteration.
So the instruction can be suspended by an access violation, directed fault,
or a pending external interrupt; the interrupt case is unique the these
"long operand" instructions, for all other cases the interrupt pending
signal is sampled just before instruction fetch.
(The I/F bit is also set or cleared to indicate if the exception was an
interrupt or a fault)
So MIF can be set be either a fault or interrupt,and the fact that is set
for those special cases of an interrupt makes me prefer the "interrupt"
interpretation.
-- Charles
comment:6 by , 10 years ago
MCR10016 created for this ticket. Fix has been installed on GHM and will be part of next Multics release.
comment:7 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:8 by , 9 years ago
| Summary: | Typo in mc.incl.alm → Typo in mc.incl.alm (MCR10016) |
|---|

Ticket moved here from https://sourceforge.net/p/dps8m/tickets/100/