4-4 MARIE Flashcards
The number of clock cycles from then an interrupt is generated to when the process routine starts is the
Interrupt Latency
Maskable interrupts cannot be interrupted by other interrupts.
False
In MARIE, the indirect addressing instruction ADDI would contain a memory address in the instruction. What does the memory address point to in main memory?
A pointer to the operand to be used in instruction execution
Interrupt processing takes priority over the execution of other programs even if multiple interrupts are queued.
True
Which of the following is the accurate “binary contents” representation of the instruction “ADD 104” in MARIE? (Hint: ADD is instruction 3)
0011000100000100
Which of the following is the accurate “hex contents” representation of the instruction “SKIPCOND” with an equals zero condition in MARIE? (Hint: SKIPCOND is instruction 8, and equals zero is high order bits 01)
8400