Get dasm installed on Mac using Brew
Package Information:
Name: dasm
Use: Macro assembler with support for several 8-bit microprocessors
URL: https://dasm-dillon.sourceforge.io/
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dasm using brew
brew install dasm
dasm is ready to use now!