Code:
FOR i = 0 to 7
Correct.0[7-i] = Mistake.0[i]
NEXT
or
Code:
Correct = Mistake REV 8