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

  .ERR

    Forces a fatal error during either Pass 1 or Pass 2 of the assembly.

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

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

See Also: .ERR1 .ERR2

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