package binsec

  1. Overview
  2. Docs

doc/binsec/Binsec/Instruction/Make/index.html

Module Instruction.Make

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
OCaml

Innovation. Community. Security.