[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.ERRNZ           Error If True                                 MASM Directive

  .ERRNZ expression

    Forces a fatal error if expression is true (nonzero).

       Notes:     Expression must resolve to an absolute value and not
                  contain a forward reference.

                  The error message that may be generated by this
                  directive is 'Forced error - expression not equal 0',
                  which is error number 91.

                  If an error is generated, the object module is deleted
                  and the assembler exits with an exit code of 7.

See Also: .ERRE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson