SH-4 Assembler Debug Information Directives (Windows Embedded CE 6.0)
1/5/2010
The following table shows SH-4 assembler directives that control output of symbols and object modules.
Directive | Syntax | Description |
---|---|---|
.OUTPUT |
|
Controls object module and debug information output. |
.DEBUG |
|
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.