Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-12-20 | Fix compile errors | David Li | 1 | -5/+13 |
2015-12-20 | Implement logic for RV32I branch instructions | David Li | 1 | -0/+7 |
2015-12-20 | Implement JAL, JALR | David Li | 2 | -4/+13 |
2015-12-19 | Implement RV32I integer-immediate instructions | David Li | 3 | -2/+8 |
2015-12-18 | Implement RV32I integer-register instructions | David Li | 4 | -1/+38 |
2015-12-16 | Implement ADDI | David Li | 1 | -0/+71 |
2015-12-16 | Load and recognize a minimal set of instructions | David Li | 3 | -3/+24 |
2015-12-15 | Outline the simulator | David Li | 2 | -0/+34 |