Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 222 Bytes

File metadata and controls

16 lines (6 loc) · 222 Bytes

Question 100

What does setting IF change?

Answer

If IF = 1, the interrupts are accepted and handled. If IF = 0, interrupts are ignored (except for Non-Maskable Interrupts).

prev +++ next