Ask Question
25 March, 11:54

1. A microprocessor supports a single hardware timer. Suppose instruction SET_TIMER permits one to set the timer value1. Does this need to be a privileged instruction?

+2
Answers (1)
  1. 25 March, 14:38
    0
    No.

    Explanation:

    The Instructions that can run only in User Mode are called Non-Privileged Instructions.

    Various examples of Non-Privileged Instructions include:

    Reading the status of Processor

    Reading the System Time

    Generate any Trap Instruction

    Sending the final prinout of Printer

    Also, it is important to note that in order to change the mode from Privileged to Non-Privileged, we require a Non-privileged Instruction that does not generate any interrupt.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “1. A microprocessor supports a single hardware timer. Suppose instruction SET_TIMER permits one to set the timer value1. Does this need to ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers