Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>.cref enable cross-reference listings directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.CREF            Enable Cross-Reference Listings                    Directive

  .CREF

    Enables the generation of cross-references listings of labels,
    variables, and symbols.

       Notes:     This directive does not tell the assembler to
                  produce a cross-reference listing, but if a cross-
                  reference listing is specified, it will enable the
                  generation of cross-referenced labels, variables, and
                  symbols, whereas when a .XCREF directive is
                  encountered, all references (labels, variables, and
                  symbols) will not be cross-referenced until a .CREF is
                  encountered.

See Also: .XCREF

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