package bap-std

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.

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