aboutsummaryrefslogtreecommitdiff
path: root/src/simulator.rs
AgeCommit message (Expand)AuthorFilesLines
2015-12-25Convert PC to u32David Li1-4/+5
2015-12-25Add trait for memory interfaceDavid Li1-18/+30
2015-12-20Fix immediate calculation in JALDavid Li1-38/+40
2015-12-20Merge branch 'master' of git.lidavidm.me:rustvDavid Li1-29/+58
2015-12-20Try handling syscallsDavid Li1-4/+11
2015-12-20Convert simulator to new type aliasesDavid Li1-22/+21
2015-12-20Introduce type aliases for ISA thingsDavid Li1-13/+13
2015-12-20Fix compile errorsDavid Li1-3/+3
2015-12-20Implement logic for RV32I branch instructionsDavid Li1-1/+21
2015-12-20Set LSB of target to 0 in JALRDavid Li1-1/+4
2015-12-20Implement JAL, JALRDavid Li1-1/+8
2015-12-19Implement RV32I integer-immediate instructionsDavid Li1-10/+57
2015-12-18Implement RV32I integer-register instructionsDavid Li1-6/+143
2015-12-16Implement LWDavid Li1-3/+11
2015-12-16Implement ADDIDavid Li1-7/+24
2015-12-16Load and recognize a minimal set of instructionsDavid Li1-11/+38
2015-12-15Load hexdump of ELFDavid Li1-4/+4
2015-12-15Outline the simulatorDavid Li1-0/+58