package binsec

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

Parameters

module P : Sigs.PRINTABLE

Signature

type mnemonic = P.t
type t = private {
  1. size : Size.Byte.t;
  2. opcode : string;
  3. mnemonic : mnemonic;
}
val create : int -> string -> mnemonic -> t
val pp_opcode : Format.formatter -> t -> unit
val pp_mnemonic : Format.formatter -> t -> unit