Given the instruction bytes and its disassembly (https://github.com/em-eight/ppcdisasm-cpp), create a structure a structure that creates one vector with all instruction inputs and one with all the outputs (with the information of type (imm, reg, global) and value).
Data structures TBD.
Given the instruction bytes and its disassembly (https://github.com/em-eight/ppcdisasm-cpp), create a structure a structure that creates one vector with all instruction inputs and one with all the outputs (with the information of type (imm, reg, global) and value).
Data structures TBD.