Ask Question
1 November, 09:50

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?

+3
Answers (1)
  1. 1 November, 10:12
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers