我正在编写一个简单的汇编代码,但是,我得到了那个错误:
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?
好的,但是,错误是一样的:(
我怎么能解决这个问题???