A multi pass optimizing macro assembler for the 65xx series of processors
64tass, sometimes also known as tass64, is a multi-pass optimizing macro assembler for the 65xx series of processors written in portable C. tass64 is syntax compatible with the independent, though similarly named, native Commodore 64 assembler TurboAssembler by Omicron.
64tass, sometimes also known as tass64, is a multi-pass optimizing macro assembler for the 65xx series of processors written in portable C. tass64 is syntax compatible with the independent, though similarly named, native Commodore 64 assembler TurboAssembler by Omicron.
To install 64tass, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install 64tass
To see what files were installed by 64tass, run:
port contents 64tass
To later upgrade 64tass, run:
sudo port selfupdate && sudo port upgrade 64tass
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.