【发布时间】:2013-03-05 16:17:50
【问题描述】:
我正在编写一个简单的汇编代码,但是,我得到了那个错误:
test.asm:30: 错误:应有逗号、冒号或行尾
好的,在第 30 行我有这个代码:
cmp byte ptr [129],0 ;anything in the line segment?
好的..我试过这个:
mov [direct_segment],ax ;segment for Direct information
cmp byte ptr [ax+4],0 ;anything in the line segment?
好的,但是,错误是一样的:(
我该如何解决这个问题???
【问题讨论】: