MMBasic ANSI - MMBasic on Mac/Windows/Linux in a terminal
| Author | Message | ||||
| jvanderberg Regular Member Joined: 06/05/2026 Location: United StatesPosts: 86 |
If PSRAM is not detected, there are now two builds: Octal (usually should work for newer boards) https://github.com/jvanderberg/PicoMiteAllVersions/releases/download/latest/MMBasic-Anywhere-esp32-s3-octal-merged.bin Quad (for older boards, usually less psram) https://github.com/jvanderberg/PicoMiteAllVersions/releases/download/latest/MMBasic-Anywhere-esp32-s3-quad-merged.bin Also it now autodetects PSRAM size instead of allocating a fixed 6MB. Also give 'frun' a shot, this is the bytecode compiler. It works only with a filename. 'frun "sieve.bas"' and re-reads the file every time, unlike 'run'. But it runs some code significantly faster, and for graphics on the esp32-s3 with LCD, it can be significantly faster. |
||||