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>.err1 force error during pass 1 masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.ERR1            Force Error during Pass 1                     MASM Directive

  .ERR1

    Forces a warning error during Pass 1 of the assembly provided the /D
    command line switch has been used to generate a Pass 1 listing.

       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 - pass1', which is error number 87.

                  This directive has no effect if the /D command line
                  switch is not used.

                  This conditional error directive will only generate a
                  warning error, not a fatal error.

See Also: .ERR .ERR2

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