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>.tfcond toggle false conditional listing masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.TFCOND          Toggle False Conditional Listing              MASM Directive

  .TFCOND

    Toggles the listing or nonlisting of false-conditional blocks
    (conditional statements whose IF expression is false), determined by
    whether or not the /X command line switch is specified.

       Notes:     If /X is specified on the command line, .TFCOND
                  suppresses false-conditional listings initially;
                  otherwise, .TFCOND enables false-conditional listings
                  initially. Subsequent .TFCOND directives reverse the
                  current status of this switch.

See Also: .LFCOND .SFCOND

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