movx @dptr a 是把A的内容给到DPTR所指的外部地方movx a @dptr是把DPTR所指的外部地址的内容给到A
dptr是16位地址寄存器,movx @dptr a就是将累加器A的值送到dptr所指的外部存储器中movx a @dptr 是读外部数据存储器存入A