ZXASM glitches of different versions.

ZXNet echo conference «code.zx»

From Kirill Frolov To All 2 February 2002

Press RESET immediately, All! ZXASM 3.0 is buggy: IF 0 LABEL EQU 1 ; here is a syntax error (does not allow you to determine the label by EQU) ENDIF ZXASM 3.10 is buggy: IF 0 IF 1 ; here syntax error (does not allow nested conditional directives ; compilation in uncompiled parts of the text) LABEL EQU 1 ENDIF ENDIF That is, we can simply say that CONDITIONAL COMPILATION IS PRACTICALLY NOT IT WORKS. * Originally in ZX.SPECTRUM *Crossposted in CODE.ZX