
Z80asm compilation notes

To compile the Z80asm application, execute the following:

1) Select the directory holding the Z80asm files as the current directory.
2) Execute:
                Z80asm -b -i -c @z80asm

   This will create the executable files "z80asm.bn0" and "z80asm.bn1".
   The ".bn0" and ".bn1" files are originally one binary file, but split into
   16K boundaries.
   Please refer to "applic.h" for position of code in 128K application card.
