Questions and problems
QUESTIONS AND PROBLEMS 9.1 What is the basic difference between the 8086, 8086-1, 8086-2, and 8086-4? 9.2 Assume (DS)=1000H, (SS)=2000H, (CS)=3000H, (BP)=OOOFH, (BX)=000AH before execution of the following 8086 instructions: (a) MOV CX,[BX] (b) MOV DX,[BP] Which instruction will be executed faster by the 8086, and why ? 9.3 What is the purpose of the 8086 MN/MX pin? 9.4 If (DS) = 205FH and OFFSET = 0052H, what is the 8086 physical address? Does the EU or BIU compute this physical address? 9.5 In an 8086 system, SEGMENT 1 contains addresses 00100H-00200H and SEGMENT 2 also contains addresses 001OOH-00200H. What are these segments called? 9.6 Determine the addressing modes for the following 8086 instructions: 9.7 Find the overflow, direction, interrupt, trap, sign, zero, parity, and carry flags after execution of the following 8086 instruction sequ...