Add a lot of comments, fix SRLI instruction in print,

This commit is contained in:
Quentin Legot
2023-01-18 22:15:06 +01:00
parent 559f94ca21
commit f7f66d31e0
3 changed files with 182 additions and 4 deletions

View File

@ -206,7 +206,7 @@ impl Machine {
}
},
//TODO store instructions
// store instructions
RISCV_ST => {
match inst.funct3 {
RISCV_ST_STB => {