Please enable JavaScript.
Coggle requires JavaScript to display documents.
Interrupt Handling (User Interrupt (DIVISION (else normal division will be…
Interrupt Handling
User Interrupt
DIVISION
-
If divisor is equal to zero,control will be transferred to exccept block and it wll handle the interrupt.
-
MODULO
If divisor is equal to zero,control will be transferred to exccept block and it wll handle the interrupt
-
-
System Interrupt
-
-
FILE
-
-
OPEN
READ
If file exist, it will open the file in read mode
-
-
-
-
-