RISC-V parser for I instructions
This MR adds the initial parse function for uncompressed instructions, initially for the base RV64I instructions. It introduces a type for parsed instructions and the ability to parse every uncompressed instruction format (R, I, S, B, U, J).
Manually testing the MR
cd src/risc_v/interpreter && cargo test parse
Edited by Victor Dumitrescu