.asm (Change Disassembly Options)

The .asm command controls how disassembly code will be displayed.

    .asm 
    .asm[-] Options

Parameters

-
Causes the specified options to be disabled. If no minus sign is used, the specified options will be enabled.

Options Can be any number of the following options:

ignore_output_width
Prevents the debugger from checking the width of lines in the disassembly display.

no_code_bytes
(x86 and x64 targets only) Suppresses the display of raw bytes.

source_line
Prefixes each line of disassembly with the line number of the source code.

verbose
(Itanium target only) Causes bundle-type information to be displayed along with the standard disassembly information.

Environment

Item Description
Modes User mode, kernel mode
Targets Live, crash dump
Platforms All

Additional Information

For a description of assembly debugging and related commands, see Debugging in Assembly Mode.

Remarks

Using .asm by itself displays the current state of the options.

This command affects the display of any disassembly instructions in the Debugger Command window. In WinDbg it also changes the contents of the Disassembly window.