Results (
Vietnamese) 1: 
[Copy]Copied!
List and briefly define the possible states that define an instruction execution. List and briefly define two approaches to dealing with multiple interrupts.Disabling interrupts- processor has the ability to and will ignore the specific interrupts. Those interrupts remain pending and will be checked after the processor has enabled interrupts.Interrupt service routine(ISR) - priorities assigned to the different types of interrupts. Interrupt service routines with higher priorities can interrupt ones with lower priority, in which case the ISR with the lower priority is put on the stack until that ISR is completed.
Being translated, please wait..
