Dev C++ 64 bit.. assembler errors

I have C++ code which compiled with an older version of Dev C++ - and ran on Windows 7 .. I have moved to the new Dev C++ 5.4.1 dated 17 Mar 2013.. and compiling the same code in 64 bit TDM GCC 4.7.1.

The compile completes - but with many Assemble errors - trace file showing repeated instances of:
junk'(%rip)' after expression.
unsupported instruction after MOV...

reading a few notes it seems there is a 32-64 bit inconsistency somewhere, may be a compiler options or a code output parameter is at fault

Issue is urgent so all thoughts welcome
thanks alan
Inline assembly is not supported when compiling for X64 architecture.
Topic archived. No new replies allowed.