aboutsummaryrefslogtreecommitdiff
path: root/src/isa/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Implement JAL, JALRDavid Li1-3/+12
2015-12-19Implement RV32I integer-immediate instructionsDavid Li1-0/+4
2015-12-18Implement RV32I integer-register instructionsDavid Li1-0/+17
2015-12-16Implement ADDIDavid Li1-0/+71
2015-12-16Load and recognize a minimal set of instructionsDavid Li1-1/+12
2015-12-15Outline the simulatorDavid Li1-0/+32