index
:
rustv
master
A minimal, intentionally inaccurate RISC-V ISA simulator in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
isa
/
opcodes.rs
blob: 0ea7613c94990e28d92190ea0ea15064e2545181 (
plain
)
1
2
pub const Branch: u32 = 0x12; pub const IntegerImmediate: u32 = 0x13;