单项选择题
A.mov eax,[edx+ecx]B.mov eax,[edx+2*ecx]C.mov eax,[edx+4*ecx]D.mov eax,[edx+8*ecx]
A.cmp bx,0jl minB.test bx,8000h jz maxC.cmp bx,0jns minD.cmp bx,0jge max
A.test bx,8000h jnz evenB.shl bx,1jnc evenC.test bx,0001h jz nextD.test bx,0001h jns next