设SignExt[x]表示对x符号扩展,ZeroExt[x]表示对x零扩展。IA-32中指令“movzwl %cx, -16(%ebp)”的功能是( )。
A、M[R[ebp]-16]←SignExt[R[cx]];
B、R[cx]←SignExt [M[R[ebp]-16]];
C、M[R[ebp]-16]←ZeroExt[R[cx]];
D、 R[cx]←ZeroExt [M[R[ebp]-16]]
发布时间:2025-07-22 14:26:59
A、M[R[ebp]-16]←SignExt[R[cx]];
B、R[cx]←SignExt [M[R[ebp]-16]];
C、M[R[ebp]-16]←ZeroExt[R[cx]];
D、 R[cx]←ZeroExt [M[R[ebp]-16]]