单项选择题

假设int型数组a的首地址在EDX中,i 在ECX中,现要将a[i]的内容给EAX,则所用的汇编指令是()。

A.mov eax,[edx+ecx]
B.mov eax,[edx+2*ecx]
C.mov eax,[edx+4*ecx]
D.mov eax,[edx+8*ecx]