

Used compiler: Aztec V3.6



GALer
=====

How to compile the source-files:

   cc GALer.c
   cc sub.c
   cc jedec.c
   cc pruefer.c
   cc GAL.c
   cc GALasm.c
   cc Reasm.c
   cc Optimizer.c
   as -n -c -d port.asm
   as -n -c -d reqglue.asm  (see ReqLib.lha)


 include-files:  GALer.h
                 reqbase.h  (see ReqLib.lha)



How to link the object-files:

   ln GALer.o Sub.o Port.o Jedec.o Pruefer.o GAL.o GAL2.o GALasm.o Reasm.o
      Optimizer.o reqglue.o -lc




There is no source-code of GAL2, but I have included the object-file GAL2.o.





GALerTest
=========

How to make the GALerTest program:

  cc -z4000 GALerTest.c

  as -n -c -d port.asm

  ln GALerTest.o port.o -lc




