Quote:
|
Originally Posted by gnormhurst
Realizing that there is far less RAM for data like script arrays than there is memory for program storage, I threw out my wonderful scripting system and I plan to implement a nested-state machine system.
|
You can put data like script arrays in the program storage area. Just declare it as a
rom const.