InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Sim And Rim Instructions? |
|
Answer» SIM is Set INTERRUPT Mask. Used to mask the hardware interrupts. RIM is Read Interrupt Mask. Used to check whether the interrupt is MASKED or not. SIM is Set Interrupt Mask. Used to mask the hardware interrupts. RIM is Read Interrupt Mask. Used to check whether the interrupt is Masked or not. |
|