This code is provided as is.  It is released under the
GNU General Public License;  see the LICENSE file for details.

This code was written for the A86 assembler.  It uses some special
constructs supported only by that assembler.  The most notable is
"IF Z JMP SOMEWHERE", which is short for:

JNZ L1
JMP SOMEWHERE
L1:
