C10028: Corrupted array

[ERROR]

Description

The value used to index the array is too large.

Example
  int anArray[3];

  
  ...

  
  DC.W anArray[5]

  
Tips

Use a smaller value as index.