find_program(
  nasm
  NAMES nasm
  PATHS /opt/homebrew/bin
  NO_DEFAULT_PATH
)

find_program(
  nasm
  NAMES nasm
)
