A.mov ax,bx
B.mov ax,[bx]
C.mov ds,0
D.mov ax,0
11.对于8086CPU,错误的指令是( )。(段寄存器与寄存器不可一起输入)A、 mov ax,bx B、 mov ax,[bx] C、 mov ds,0 D、 mov ax,0正确答案: C