BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
401 stars 117 forks source link

setting kRamFileIO to a value greater than 1143 crashes #29

Closed pcmr106 closed 6 years ago

pcmr106 commented 6 years ago

If I set kRamFileIO greater than 1143, the upload process says: error: size of array ‘program’ is negative not being able to put this higher causes limited program/input memory

BleuLlama commented 6 years ago

This is not a bug or an issue. That's a limitation of the micro you're using. it has a small amount of memory available.