Org One: The x86 Microprocessor
Org One: The x86 Microprocessor
1 1 00000001
ORG ; ONE
The x86
Microprocessor
Chapter 1b
1.2 INSIDE THE 8088/86
The Von Neumann Model
1.2 INSIDE THE 8088/86
The Von Neumann Model
1.2 INSIDE THE 8088/86
EU & BIU
1.2 INSIDE THE 8088/86
• BP - base pointer:
1. Primarily used to access parameters passed via
the stack
2. Offset address relative to SS
• SP - stack pointer:
1. Always points to top item on the stack
2. Offset address relative to SS
3. Always points to word (byte at even address)
4. An empty stack will have SP = FFFEh
1.2 Segment Registers of 8086