Assembling with gcc gives error operand type mismatch for `cmp’ for some integers, not others
This is a weird one. I’m using gcc to assemble a program and I want to know if the value in register rsi fits in 32 bits, so I use this instruction:
This is a weird one. I’m using gcc to assemble a program and I want to know if the value in register rsi fits in 32 bits, so I use this instruction: