Skip to content

probe-web / @probe-web/client / index / Instruction

Interface: Instruction

Defined in: debugger.ts:117

One disassembled instruction, from Debugger.disassemble.

Properties

PropertyTypeDescriptionDefined in
addressbigintWhere the instruction is.debugger.ts:119
textstringThe instruction in assembler syntax, e.g. push {r7, lr}.debugger.ts:121
bytesstring | nullIts encoding as hex, when known.debugger.ts:123
sourceSourceLocation | nullThe source line it was compiled from, with debug info loaded.debugger.ts:125