E2329 Invalid combination of opcode and operands (C++)

From RAD Studio
Jump to: navigation, search

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

The built-in assembler does not accept this combination of operands.

Possible causes

  • There are too many or too few operands for this assembler opcode.
  • The number of operands is correct, but their types or order do not match the opcode.