指令“mov [esi], dword ptr [edi]”没有错误。
指令“mov [esi], dword ptr [edi]”没有错误。
指令“mov [esi], dword ptr [edi]”没有错误。 A: 正确 B: 错误
指令“mov [esi], dword ptr [edi]”没有错误。 A: 正确 B: 错误
指令JMP DWORD PTR [BX]‖属于 ____ 寻址方式。
指令JMP DWORD PTR [BX]‖属于 ____ 寻址方式。
中国大学MOOC: 已知DS=2000H,BX=100H,[20100H]=10H,[20101H]=20H,[20102H]=30H,[20103H]=40H。则JMP WORD PTR[BX+2]所转移到的偏移地址是( )。
中国大学MOOC: 已知DS=2000H,BX=100H,[20100H]=10H,[20101H]=20H,[20102H]=30H,[20103H]=40H。则JMP WORD PTR[BX+2]所转移到的偏移地址是( )。
已知DS=2000H,BX=100H,[20100H]=10H,[20101H]=20H,[20102H]=30H,[20103H]=40H。则JMP WORD PTR[BX+2]所转移到的偏移地址是( )。 A: 3020H B: 3040H C: 2030H D: 4030H
已知DS=2000H,BX=100H,[20100H]=10H,[20101H]=20H,[20102H]=30H,[20103H]=40H。则JMP WORD PTR[BX+2]所转移到的偏移地址是( )。 A: 3020H B: 3040H C: 2030H D: 4030H
已知(DS)=2000H,(BX)=100H,[20100H]=10H,[20101H]=20H,[20102H]=30H,[20103H]=40H。则 JMP<br/>WORD PTR[BX+2] 所转移到的偏移地址是( )。 A: 4030H B: 2030H C: 3040H D: 3020H
已知(DS)=2000H,(BX)=100H,[20100H]=10H,[20101H]=20H,[20102H]=30H,[20103H]=40H。则 JMP<br/>WORD PTR[BX+2] 所转移到的偏移地址是( )。 A: 4030H B: 2030H C: 3040H D: 3020H
设有如下定义:#include [iostream]using namespace std;void main( ){ int arr[]={6,7,8,9,10}; int *ptr; ptr=arr; *(ptr+2)+=2; cout<<*ptr<<','<<*(ptr+2);}则程序段的输出结果为__________。 A: 8,10 B: 6,8 C: 7,9 D: 6,10
设有如下定义:#include [iostream]using namespace std;void main( ){ int arr[]={6,7,8,9,10}; int *ptr; ptr=arr; *(ptr+2)+=2; cout<<*ptr<<','<<*(ptr+2);}则程序段的输出结果为__________。 A: 8,10 B: 6,8 C: 7,9 D: 6,10
语句const char *ptr;中,ptr应该是(
语句const char *ptr;中,ptr应该是(
有定义:char s1[20] = "hello", s2[20] = "China"; const char *ptr = s1; 则以下四种操作中,错误的是()。 A: strcpy(s2, ptr); B: ptr = s2; C: ptr = ptr+10; D: *ptr = *s2;
有定义:char s1[20] = "hello", s2[20] = "China"; const char *ptr = s1; 则以下四种操作中,错误的是()。 A: strcpy(s2, ptr); B: ptr = s2; C: ptr = ptr+10; D: *ptr = *s2;
中国大学MOOC: JMP WORD PTR[EBX]转移的目标地址是( )
中国大学MOOC: JMP WORD PTR[EBX]转移的目标地址是( )