SH-4 Assembler Debug Information Directives (Windows CE 5.0)

Send Feedback

The following table shows SH-4 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

SH-4 Assembler Directives

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.