probe-web / @probe-web/client / index / Instruction
Interface: Instruction
Defined in: debugger.ts:117
One disassembled instruction, from Debugger.disassemble.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
address | bigint | Where the instruction is. | debugger.ts:119 |
text | string | The instruction in assembler syntax, e.g. push {r7, lr}. | debugger.ts:121 |
bytes | string | null | Its encoding as hex, when known. | debugger.ts:123 |
source | SourceLocation | null | The source line it was compiled from, with debug info loaded. | debugger.ts:125 |