Jeff Wise - 2015-08-19

For some reason I have been unable to use the inline assembler in Dev-C/C++ ver 5.11. For testing purposes I injected this simple line of asm for the fun of it:

asm {
    mov eax, 39;
   }

The ide and compiler accepts the asm reserved word, but keeps reporting that mov and eax are undefined. Anyone else having this issue?