Hi,
I have problem declaring big vectors (size 1024). I'm wondering where they are saved so that I can increase that section. I tried using arrays instead and it works fine because I know they are saved on the stack which means increasing the size of .stack enables larger arrays.
Where are the vectors saved