Debug: U (Unassemble)
Disassembles bytes and displays their corresponding source statements,
including addresses and byte values. The disassembled code looks like a listing for an
assembled file.
u [range]
Parameter
none
Used without a parameter, the u command disassembles 20h bytes (the default number), beginning at the first
address after the address displayed by the previous u command.
range
Specifies the starting and ending addresses, or the starting address and
length, of the code you want to disassemble. For information about valid values for
the range parameter, see the debug command.
See Also
For information about assembling mnemonics, see the Debug A (Assemble) command.
For information about displaying the contents of a portion of memory, see the Debug D (Dump) command.
More Information About Debug: U
Debug: U--Examples