sp1-core-machine 6.2.1

SP1 core machine definitions
Documentation
1
2
3
4
5
6
7
8
9
mod branch;
mod jal;
mod jalr;
mod trap;

pub use branch::*;
pub use jal::*;
pub use jalr::*;
pub use trap::*;