pcode 0.1.3

Pure Rust implementation of a p-code disassembler and lifter.
Documentation
1
2
3
4
use super::varnode::*;
use super::op::*;

pub type PcodeOp = Op<Varnode>;