在1.asm中 assume cs:code code segment mov al,bx mov ax,4c00h int 21h code ends
end
其中mov al,bx应该是错误的 但是masm编译只给了warning 用debug查看汇编代码
masm给了warning,使用了BL ,生成了1.obj 如何禁止这种行为 即不让其生成obj 而应报错
收起
似乎没什么办法,masm5.0也没找到什么编译选项。
报告相同问题?