binsec
Instruction.Generic
binsec.amd64decoder
binsec.armv7decoder
binsec.armv8decoder
binsec.smt
binsec.sse
binsec.sse_register
libformula
libterm
include Basic with type mnemonic = Mnemonic.t
type mnemonic = Mnemonic.t
type t = private {
size : Size.Byte.t;
opcode : string;
mnemonic : mnemonic;
}
val create : int -> string -> mnemonic -> t
val pp_opcode : Format.formatter -> t -> unit
val pp_mnemonic : Format.formatter -> t -> unit