W8003 Unknown assembler instruction (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

(Command-line option to suppress warning: -w-asm)

The compiler encountered an inline assembly statement with a disallowed opcode or an unknown token. Check the spelling of the opcode or token.

Note:You will get a separate error message from the assembler if you entered illegal assembler source code.

This warning is off by default.