What is the effective address generated by each of the following instruction? Initially BX=0x0100, label=0x0234, [label]=0x0010, and SI=0x00E1 (
Offsets in part a, b and f are in decimal) 1. mov ax, [bx+40] answer: 0x0140 2. mov ax, [bx+20] answer: 0x0160 3. mov ax, [bx+label] answer: 0x0394 4. mov ax, [label+bx] answer: 0x0404...