This is a 100% compatible version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it in interactive mode or pass a BASIC file as a command line parameter.
This is a 100% compatible version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it in interactive mode or pass a BASIC file as a command line parameter.
To install cbmbasic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cbmbasic
To see what files were installed by cbmbasic, run:
port contents cbmbasic
To later upgrade cbmbasic, run:
sudo port selfupdate && sudo port upgrade cbmbasic
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.