当前位置: 代码迷 >> 汇编语言 >> 小弟我是菜鸟,帮忙看一下小错,多谢
  详细解决方案

小弟我是菜鸟,帮忙看一下小错,多谢

热度:496   发布时间:2016-05-02 05:02:16.0
我是初学者,帮忙看一下小错,谢谢,在线等
date segment 
    introduction db "1----------------Panda",cr,lf,
                    "2----------------Cat",cr,lf,
                    "3----------------Rabbit",cr,lf,
                    "4----------------Pig",cr,lf,
                    "5----------------Exit$",cr,lf
    choosePanda db "I like Panda$",cr,lf
    chooseCat db "I like Cat&",cr.lf
    chooseRabbit db "I like Rabbit$",cr,lf
    choosePig db "I like Pig$",cr,lf
    chooseOther db "You press an error key$",cr,lf 
date ends


(2) cannot evaluate this expression: cr
(2) cannot evaluate this expression: lf
(3) illegal instruction: "2----------------Cat",cr,lf, or wrong parameters.
(4) illegal instruction: "3----------------Rabbit",cr,lf, or wrong parameters.
(5) illegal instruction: "4----------------Pig",cr,lf, or wrong parameters.
(6) illegal instruction: "5----------------Exit$",cr,lf or wrong parameters.
(7) cannot evaluate this expression: cr
(7) cannot evaluate this expression: lf
(8) cannot evaluate this expression: cr.lf
(9) cannot evaluate this expression: cr
(9) cannot evaluate this expression: lf
(10) cannot evaluate this expression: cr
(10) cannot evaluate this expression: lf
(11) cannot evaluate this expression: cr
(11) cannot evaluate this expression: lf

------解决方案--------------------
没见过cr,lf,你自己定义的常量?
  相关解决方案