Module Insn.Slot

Instruction properties.

val name : string t

An opcode name,

Also accessible with Insn.name.

val asm : string t

An assembly representation.

val ops : op array option t

a list of operands

val delay : int option t

the length of the delay slot.

val dests : Core_kernel.Set.M(Bap_core_theory.Theory.Label).t option t

the set of destinations (not including the fall-through edge).