Architecture of 8051
Architecture of 8051
store instructions
When one instruction is completed, next
instruction is fetched in memory for processing.
Interrupts:
In the 8051 microcontroller architecture, interrupts stop the microcontroller’s current task.
Interrupts are caused when some other program has a higher priority request for execution.
When an interrupt occurs, the ongoing task stops, the sub-routine for the interrupt is executed,
and then the previous job resumes .
8051 has 5 interrupt sources, out of which two are peripheral Interrupts, two are timer
interrupts and one is a serial port interrupt.