summaryrefslogtreecommitdiff
path: root/instruction.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-19Fix I-type instruction format, needs explicit bitfield lengthTobias Klauser1-4/+3
2010-11-18Implement nextpc, callr, srai, sra instructionsTobias Klauser1-7/+51
2010-11-18Fix R-type decoding, seems to work now with images/zImageTobias Klauser1-4/+3
2010-11-18Instruction updatesTobias Klauser1-12/+45
2010-11-17Reorganize instruction table handling, use return value for exceptionsTobias Klauser1-203/+315
2010-11-12Implement more instructionsTobias Klauser1-58/+529
2010-11-11Implement basic instruction handlingTobias Klauser1-14/+188
2010-11-11Baisc instruction handlingTobias Klauser1-0/+59