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:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dasm using brew
    brew install dasm

dasm is ready to use now!