When IF flag is cleared, (interrupt table is not ready), all maskable interrupts are disabled.
Questions are:
- What happens if I trigger an exception? (eg:
divby zero) - What happens if a non-maskable interrupt arrives, (interrupt table is not ready)? What will the cpu do ?