Lab 2 Addressing Modes and Data Movement Instructions
Pg 109
1) Suppose that DS = 1200H, BX = 0100H, and SI = 0250H. Determine the address accessed By each of the following instructions, assuming real mode operation:
a) MOV [100H], DL
b) MOV [SI + 100H], EAX
c) MOV DL, [BX + 100H]
Pg 155
2) Develop a sequence of instructions that exchanges the contents of the AX with BX, ECX with EDX And SI with DI.