Question:
Has a large array. When initializing the array, other
variables are corrupted.
Answer: C
is creating program space in cinit to initialize the
array. You can avoid this by creating an asm file with .words
for all the values of the initialized array.