Describe the basic elements of an instruction cycle and the role of interrupts
The basic elements of an instruction cycle are Fetch Instruction > Decode Instruction > Read Address from Memory > Execute the instruction.
The role of interrupts is to react on events that need response from the software.
Comments
Leave a comment