assume cs:codedata segmentdd 12345678hdata endscode segmentstart:mov ax,data mov ds,ax mov bx,0 mov [bx],____ mov[bx+2],_____** jmp startcode endsend start可以这样改?