[ERROR]
The value used to index the array is too large.
int anArray[3];
...
DC.W anArray[5]
Use a smaller value as index.