cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
To install cc65, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cc65
To see what files were installed by cc65, run:
port contents cc65
To later upgrade cc65, run:
sudo port selfupdate && sudo port upgrade cc65
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.