I understand that when I hit F1 or F2 in the editor in PicoMite it’s not immediately saving to disk.
Even so, if I edit an exiting file and hit F1 or F2, I get a “Not enough memory” error. This is with the stock Pico 1 that ships with it, running the PicoMite build that comes flash.
Am I missing something? How do I edit an existing file without this error?
I ran into this after upgrading to the PicoMite_PICO_V6.00.02RC23.uf2 firmware. But I haven’t fully explored it yet. I usually save everything to the B: drive (SD card) anyway.
Saving from the editor only saves to temporary core ram to execute and edit again in quick succession for program development… To permanently save your file yes you must enter from the prompt 'save "filename (it will append .bas if ommited and final quote not needed). It will save to the root of your current drive (B: for SD card) Three additional flash areas exist on the core itself, 1-3. One and two can contain what you like, maybe an autorun program. Slot 3 is usually used for ‘library’ routines, functions or anything you want to run before every program such as ‘option angle degrees’…
What I’ve figured out is this only seems to happen if I edit a file on b: and attempt to save. Editing and saving on the Pi Pico flash doesn’t cause this.
I’ve never used MMBASIC ─ does it provide a way to copy files between A: and B:, so you could potentially initially save your files on A: and then copy them onto B:?