Answered step by step
Verified Expert Solution
Question
1 Approved Answer
REPORT: 1- If DS=1000,CS=2000,ES=3000,IP=100,SI=200, and DI=300, calculate the physical address of the first instruction of a given program. 2- State the difference between T and
REPORT: 1- If DS=1000,CS=2000,ES=3000,IP=100,SI=200, and DI=300, calculate the physical address of the first instruction of a given program. 2- State the difference between T and G commands. 3- Translate these machine codes (B0 4C B3 4B 00 D8 89 C2 89 C1 29 CA ) into their equivalent assembly instructions. Describe in words what this program did after executing it using G command. 4- Execute the instructions in Q3 using T command and fix the status of the flag bits in each step. 5- How many bytes are there in the MOV CL, [BX+DI+2] instruction and what are those bytes? 6- From which segment does the instruction in Q4 move byte to CL register
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started