/dragon-experiments

Small experimental programs for the Dragon computers

Primary LanguageAssemblyApache License 2.0Apache-2.0

Dragon Experiments

This repository is a collection of small assembler programs for the Dragon series of home computers.

Running

All programs can be compiled by running make.

make

Then run a specific program in XRoar.

.\Start-Program bin\hello-world.bin

Dependencies

Building and using the programs in this repository requires a small number of software components to be installed and available on the default program search path.

Under Windows 10 and later make can be installed by running winget install gnuwin32.make.