Share via


SHASM Debug Information Directives

The following table shows SHASM assembler directives that control output of symbols and object modules.

Directive Syntax Description
.OUTPUT
.OUTPUT <output specifier>
[,<output specifier>]
Controls object module and debug information output.
.DEBUG
.DEBUG <output specifier>
Controls the output of symbolic debug information.

Specifications concerning debug information output are only valid when an object module is output.

The following table shows possible values for output specifier.

Output Specifier Description
OBJ (default) An object module is output.
NOOBJ No object module is output.
DBG Debug information is output in the object module.
NODBG (default) No debug information is output in the object module.

The .DEBUG directive specification is valid only when both an object module and debug information are output.

See Also

SHx Series Assembler Directives | SHASM Section and Location Directives | SHASM Symbol Handling Directives | SHASM Data and Data Area Directives | SHASM Function-Definition Directives | SHASM Listing Directives | SHASM Miscellaneous Directives | SHASM Conditional Assembly Directives | SHASM Macro Directives

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.