小草鱼冒泡泡, 发表于 2015-6-28 19:49:38

技术交流

codesg
codesg segement
      dw 0123h,0456h,0789h,0abch,0defh,0fedh,0987h
        start: mov ax,0
             mov ds,ax
                   mov bx,0
                  
                   mov cx,8
                s: mov ax,
                   =========这个怎么补 是mov【bx】ax    么
                   add bx,2
                   loop s
                  
                   mov ax,4c00h
                   int 21h
                  
                codesg ends
                end start
写如到0000到0045内存中国

zlh 发表于 2015-6-28 20:04:34

你要问的到底是什么

小草鱼冒泡泡, 发表于 2015-6-28 20:11:32

找到答案了    写等号的内容是mov cs:,as
页: [1]
查看完整版本: 技术交流