The document summarizes interrupts in the 8051 microcontroller. It discusses the five interrupt sources - two external interrupt lines, two timers, and the serial interface. It describes how to enable interrupts from these sources by setting bits in the interrupt enable register. It also discusses interrupt priorities, vector addresses, and the sequence of events that occurs when an interrupt is triggered and then returned from.