RAD Studio
ContentsIndex
PreviousUpNext
E2360: Invalid register combination (e.g. [BP+BX]) (C++)

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!