0% found this document useful (0 votes)
51 views1 page

Microprocessor 8086

The physical address for fetching the next instruction is calculated by multiplying the code segment (CS) by 16 and adding the instruction pointer (IP). This results in a physical address of 443E8H. The physical address for the top of the stack is calculated by multiplying the stack segment (SS) by 16 and adding the stack pointer (SP). This results in a physical address of 70000H.

Uploaded by

ethan bella meem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views1 page

Microprocessor 8086

The physical address for fetching the next instruction is calculated by multiplying the code segment (CS) by 16 and adding the instruction pointer (IP). This results in a physical address of 443E8H. The physical address for the top of the stack is calculated by multiplying the stack segment (SS) by 16 and adding the stack pointer (SP). This results in a physical address of 70000H.

Uploaded by

ethan bella meem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Answer to the question no: 2(a)

The physical address from where the next instruction will be fetched is:
CS * 10H + IP
= (4000H * 10H) + 43E8H
= 40000H + 43E8H
= 443E8H

Answer to the question no: 2(b)


The physical address for the top of the stack is:
SS * 10H + SP
= (7000H * 10H) + 0000H
= 70000H + 0000H
= 70000H

You might also like