Non-Confidential | ![]() | 101196_0100_03_en | ||
| ||||
Home > Iris APIs > Disassembly API > Disassembly objects |
Describes the following objects:
DisassemblyLine members:
address
Type: NumberU64
Start address of this disassembled instruction.
disass
Type: String
Disassembly of this instruction. It is a single line without linefeeds, or multiple lines with linefeeds (LF, 0xa) but without a trailing linefeed. The returned string does not contain any symbols.
opcode
Type: String
Opcode of the disassembled instruction in hexadecimal format, using uppercase letters, without the leading 0x. It can contain spaces for readability. Clients are suggested to display the opcode string as returned by the target. It is a single line without linefeeds, or multiple lines with linefeeds (LF, 0xa) but without a trailing linefeed.
DisassemblyMode members:
description
Type: String
Optional: Description of this disassembly mode.
name
Type: String
Short name identifying the disassembly mode.