-READ.ME 24 Oct 1986 Z1 assembler Ultra fast Z80 assembler, 99.9% compatible with Z80MR. Written by: Neil R. Koozer Kellogg Star Route Box 125 Oakland, OR 97462 From: C Users' Group (vol 225) Box 97 McPherson, KS 67460 with no options, 2-pass mode assembles 4 to 10 times as fast as Z80MR. < Options > LIST C will generate .COM file directly without making .HEX file. LIST P works in special one pass mode (e.g. ZMATH.AZM). ZMATH.AZM demonstrates high speed Z80 double-precision floating point routines. ; JMP, CALL and RET condition codes must be capitalized: JR C,LABEL Trailing DS storage will be added to .COM file if LIST C option is used. Strip with DDT or ZSID. TITLE directive not supported.