InterviewSolution
Saved Bookmarks
| 1. |
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. |
|