1. Install Poly/ML and make sure "poly" is added to your PATH.

2. Edit the Makefile so that it has the correct location of your Poly/ML lib
   directory.

3. Run

$ make

or

$ make run-mac

if you are using MacOS.

(Ignore the "Matches are not exhaustive." warnings.)

4. Run

$ ./run [input file]

and follow the instructions.


The input file should simply contain lines of the form:

address byte

For example, see "test.bytes". The orginal assembly code is "test.a".
