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>.xcref suppress cross-reference listings masm directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.XCREF           Suppress Cross-Reference Listings             MASM Directive

  .XCREF [name,,,]

    Suppresses the generation of cross-reference and symbol table entries
    for all or selected labels, variables, or symbols.

       Notes:     An argument may be supplied, with one or more names
                  separated by commas. If such an argument is supplied,
                  the CREF and symbol-table entries are suppressed only
                  for the specified names.

                  See .CREF for a complete description of how .CREF and
                  .XCREF work together.

See Also: .CREF

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