Consider the assembly instruction leal 0 times 1 esi eax If
     Consider the assembly instruction leal 0 times 1 (%esi), %eax  If the initial values of registers %esi = 0 times 801, %eax = 0 times 1 and the value at address 0 times 801 is 0 times 1, 0x times 802 is 0 times 2 and 0 times 803 is 0 times 3, what is the final value in register %eax?  0 times 3  0 times 2  0 times 802  0 times 1  0 times 803 
  
  Solution
Option 1 is correct choice.

