
Zetriz compilation notes

All Zetriz .asm files use tabulator distance of 5 spaces.

To compile the Zetriz application, two compilations are needed:

1) The application ROM header:

        Z80asm -b romhdr

        will produce the "romhdr.bin" file.
        Located at offset 3FC0 in the top bank 3Fh of the card.


2) The application code:

        Z80asm -b -i #zetriz

        will produce the "zetriz.bin" file.
        Located at offset 0 in the top bank 3F of the card.

Please refer to "Zetriz.doc" for game documentation.
