probleme with error A2206: missing operator in expression

前端 未结 1 1264
悲&欢浪女
悲&欢浪女 2021-01-16 03:22

Hi guys I have this code here in assembly it should create a message box but when I try to compile it with Masm

I get this error: C:..\\test.asm(26) : error A2206: m

相关标签:
1条回答
  • 2021-01-16 04:03

    Should be

        mov esi, 7655ea71h
    

    Note the h instead of 0x

    0 讨论(0)
提交回复
热议问题