*隐含的段为数据段 ds*可使用段跨越前缀 mov ax,es:[000h]*使用变量时,要注意变量的属性 value db 0 mov ax,value;错误 mov al,value mov ax,word ptr value*适于处理单个变量 .寄存器间接寻址方式*ea在基址