The document discusses memory addressing in 8086. It explains that:
1) 8086 has a 20-bit address bus but 16-bit registers, so memory is divided into 64KB segments addressed by the upper 16 bits of the 20-bit address.
2) A logical address contains the segment address and 16-bit offset. The physical address is generated by adding the segment address to the offset.
3) Segment registers hold the 16-bit segment address while default registers hold the offset. Common segments are code, stack, and data, each using different default registers.