首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > 汇编语言 >

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

2012-12-24 
我是初学者,帮忙看一下小错,谢谢,在线等date segmentintroduction db 1----------------Panda,cr,lf,2-

我是初学者,帮忙看一下小错,谢谢,在线等

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,你自己定义的常量?

热点排行