aboutsummaryrefslogtreecommitdiff
path: root/src/isa/funct3.rs
blob: d9a626afc900787f5d1cd5fb1fba7c70bc4b5e09 (plain)
1
2
3
4
5
6
7
8
pub const ADDI: u32 = 0x0;
pub const SLLI: u32 = 0x1;
pub const SLTI: u32 = 0x2;
pub const SLTIU: u32 = 0x3;

pub const LW: u32 = 0x2;

pub const SW: u32 = 0x2;