package binsec

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

Module Instruction.GenericSource

include Basic with type mnemonic = Binsec_base.Mnemonic.t
Sourcetype t = private {
  1. size : Binsec_base.Size.Byte.t;
  2. opcode : string;
  3. mnemonic : mnemonic;
}
Sourceval create : int -> string -> mnemonic -> t
Sourceval pp_opcode : Stdlib.Format.formatter -> t -> unit
Sourceval pp_mnemonic : Stdlib.Format.formatter -> t -> unit