package binsec

  1. Overview
  2. Docs

doc/binsec_kernel_isa/Binsec_kernel_isa/Instruction/Make/index.html

Module Instruction.MakeSource

Parameters

Signature

Sourcetype mnemonic = P.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