Menu

#185 cmp 0,eax

open
nobody
None
1
2012-07-03
2012-02-13
Anonymous
No

Unnecessary error:
Error A2048: Operands must be the same size: 1 - 4

cmp eax,0 is ok.

Discussion

  • Nobody/Anonymous

    "cmp 0,eax" <- this is not a valid x86 instruction – the error message should be: "immediate operand not allowed"

     
  • japheth

    japheth - 2012-07-03
    • priority: 5 --> 1
     

Log in to post a comment.