Download Latest Version mos6502_create_reset-1.5.0.tgz (6.4 kB)
Email in envelope

Get an email when there's a new version of 6502 Tutorial

Home / Apple macOS
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-08-16 1.9 kB
atr_tools-main.1.1.3.7z 2023-07-16 299.3 kB
Totals: 2 Items   301.3 kB 0

Install Alire on Apple macOS

Download Alire from the Alire website:

The Alire distribution for macOS is just an executable inside a zip file. You can extract the zip to any location you like and add the executable flag to the alr binary.

Build the application

Start Terminal and change into an directory of your choosing and type the following commands one at a time. Note the directory name contains the version number and hash code of current version and will change with each new release.

bin/alr toolchain --install "gnat"
bin/alr toolchain --install "gprbuild"
bin/alr get "atari_atr_tools"
pushd "atari_atr_tools_1.1.3_1e2cccbb"
  ../bin/alr build --release
popd

During the build Alire ask up to 4 questions which should be answered with either Y or 1 depending on the type of question. This will build the tool for your machine.

Run the Application

The finished application is found at ./atari_atr_tools_1.1.3_1e2cccbb/bin/atr_tools-main. Again: adjust for newer Versions. The --help option will show you available options.

Source: README.md, updated 2023-08-16