
Z88 Assembler Workbench complilation notes

Before you compile the individual applications, it is necessary to compile the
data structure file first. They will also generate a few ".def" files, that is
necessary for the application compilations (Z80asm, Zprom, Intuition and EasyLink).

1) Compile the ROM header for the Z88 Assembler Workbench 128K EPROM card:

        Z80asm -b romhdr

        This will generate the ROM header "romhdr.bin" file to be located at
        offset 3FC0h in the top bank (3Fh) of the EPROM card.


2) Compile the token table used by the help text for the various applications:

        Z80asm -b tokens

        This will generate the "tokens.bin" file to be located at offset 0
        in the top bank (3Fh) of the EPROM card

3) Compile the Z80asm MTH data structures:

        Z80asm -b -g MTHz80sm

        This will generate the "MTHz80sm.bin" and "MTHz80sm.def" files.
        Please refer to "applic.h" for position of ".bin" in EPROM Card.

4) Compile the Zprom MTH data structures:

        Z80asm -b -g MTHzprom

        This will generate the "MTHzprom.bin" and "MTHzprom.def" files.
        Please refer to "applic.h" for position of ".bin" in EPROM Card.

4) Compile the Intuition MTH data structures:

        Z80asm -b -g MTHdbg

        This will generate the "MTHdbg.bin" and "MTHdbg.def" files.
        Please refer to "applic.h" for position of ".bin" in EPROM Card.
