The document summarizes the internal architecture of the 8086 microprocessor. It has two main units: the Bus Interface Unit (BIU) which handles bus operations like instruction fetching and memory access, and the Execution Unit (EU) which decodes and executes instructions. The BIU uses an instruction queue to implement pipelining for overlapping fetch and execution. It also generates physical addresses by combining segment registers and offset addresses. The EU contains an ALU and flag register. Memory is organized into segments addressed using segment registers. Pipelining improves performance by allowing parallel fetch, decode, and execute operations.