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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
The ide and compiler accepts the asm reserved word, but keeps reporting that mov and eax are undefined. Anyone else having this issue?