This is an all new version of MMedit for Windows and Linux.
What Does MM Edit do?
The Maximite is a small and
versatile computer running a full featured BASIC interpreter with 128K of
working memory.
It will work with a standard VGA monitor and PC compatible keyboard and
because the Maximite has its own built in SD memory card and BASIC language
you need nothing more to start writing and running BASIC programs.
Further information is available from:
http://geoffg.net/maximite.html
The first versions of MM Basic required line numbers, something that I was happy to leave
behind when working on my PC!
MM Edit was created to help write programs on your PC and easily transfer
them to the Maximite Computer.
Version 3.0 of MM Basic removed the need for line numbers so the original reason for MM Edit is no longer valid.
MMEdit V5 expands on the functions of MMEdit.
Current release date is
14 August, 2024
Installers for V5.2.9
Windows installers: 32 bit
64 bit
Windows portable: 32 bit 64 bit XP
Linux (tested on Mint Mate 20.3)
Linux users may have to install additional packages
(especially the qt subsystem):
gtk2:
sudo apt-get install libgtk2.0
gtk3:
* Ubuntu 18.04
sudo apt-get install libwebkitgtk-3.0
* Ubuntu 20.04 / Raspberry PI Desktop
sudo apt-get install libwebkit2gtk-4.0
qt:
sudo apt-get install qt5-default libqt5webkit5