当前位置: 代码迷 >> 汇编语言 >> 帮忙见见编译程序出错
  详细解决方案

帮忙见见编译程序出错

热度:191   发布时间:2016-05-02 04:34:04.0
帮忙看看编译程序出错
.while TRUE
invoke PeekMessage,addr @stMsg,NULL,0,0,PM_REMOVE
.if eax
.break .if @stMsg.message==WM_QUIT
invoke TranslateMessage,addr @stMsg
invoke DispatchMessage,addr @stMsg
.endw
消息循环中写了这么段代码,提示错误如下

这个问题怎么解决呢?
------解决方案--------------------
.endif 呢?
  相关解决方案