Binsec_base.MachineSourceAbstract description of machines
Abstract representation of hardware architecture
type isa = private | Unknown| ARM of {rev : [ `v7 of thumb_mode | `v8 ];endianness : endianness;}| PPC of {bits : [ `x32 | `x64 ];endianness : endianness;}| RISCV of {}| SPARC of {}| X86 of {}| Z80include Sigs.PRINTABLE with type t := t