Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>.err2 force error during pass 2 masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.ERR2            Force Error during Pass 2                     MASM Directive

  .ERR2

    Forces a fatal error during assembly if encountered during pass 2.

       Notes:     This directive could be used within conditional-assembly
                  blocks or macros to see what is expanded.

                  The error message that is generated by this directive is
                  'Forced error - pass2', which is error number 88.

                  If this directive is encountered, the object module is
                  deleted and the assembler exits with an exit code of 7.

See Also: .ERR .ERR1

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson