Problem: Suppose that DS = 1200H, BX = 0100H, LIST = 0250H, and SI = 0500H. 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 ]
Please explain in detail specially LIST.