Retargetable assembler and disassembler for CISC microcontrollers
GoodASM is a retargetable assembler and disassembler for CISC microcontrollers. It includes a command-line assembler, disassembler, graders, listings, and an interactive REPL.
GoodASM is a retargetable assembler and disassembler for CISC microcontrollers. It includes a command-line assembler, disassembler, graders, listings, and an interactive REPL.
To install goodasm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install goodasm
To see what files were installed by goodasm, run:
port contents goodasm
To later upgrade goodasm, run:
sudo port selfupdate && sudo port upgrade goodasm
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.