E2360 Invalid register combination (e.g. BP+BX) (C++)

From RAD Studio
Jump to: navigation, search

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

The built-in assembler detected an illegal combination of registers in an instruction.

These are valid index register combinations:

  • [BX]
  • [BP]
  • [SI]
  • [DI]
  • [BX+SI]
  • [BX+DI]
  • [BP+SI]
  • [BP+DI]

Other index register combinations are not allowed.