Which of the following are accessible by the ISR in software interrupt mechanism?

🎲 Try a Random Question  |  Total Questions in Quiz: 73  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Embedded Systems Practice Test: Interrupts and Exceptions — practice the complete quiz, review flashcards, or try a random question.

Interrupts and Exceptions topics include: interrupts and its sources, mechanism of interrupts, risk exceptions, and fast interrupts. Interrupts and exceptions are events that cause the CPU to perform certain actions.  Here are some differences between interrupts and exceptions: Interrupts: Are external to the program and are issued by interval timers and I/O devices. For example, the arrival of a keystroke from a user sets off an interrupt. Exceptions: Are caused by a program executing an instruction that results in the exception. For example, a program dividing a value by zero results in... Show more

Which of the following are accessible by the ISR in software interrupt mechanism?