Suppose that DS = 100H, SS = 200H, BP = 1000H, and DI = 0100H.
Determine the memory address accessed by each of the following instructions, assuming real mode operation:
A. MOV AL, [BP + DI]
B. MOV CX, [DI]
C. MOV EDX, [BP]
If a MOV ESI, [EAX] instruction appears in a program for the Core2 microprocessor operating in the 16-bit instruction mode, what is its machine language equivalent?