di subcommand
The di subcommand decodes the given hexadecimal instruction word.
Format
di hexadecimal_instruction
Parameters
Item | Description |
---|---|
hexadecimal_instruction | Specifies the hexadecimal instruction word to be decoded. |
The hexadecimal instruction word displays the actual instruction, with the operations code and the operands, of the given hexadecimal instruction. The di subcommand accepts a user input hexadecimal instruction word and decodes it into the actual instruction word in the form of the operations code and the operands.
Other
decode
Examples
The following is an example of how to use the di subcommand:
KDB(0)> di 7Ce6212e
stwx r7,r6,r4
KDB(0)>