aboutsummaryrefslogtreecommitdiff
path: root/spike_main/spike-dasm.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-06-29Disassemble RVC instructions based on XLENAndrew Waterman1-6/+6
The interpretation of RVC opcodes depends on XLEN, and the disassembler always assumed RV32. h/t Michael Clark
2015-03-12correctly parse extension for spike-disasmYunsup Lee1-0/+6
2015-01-29properly sign-extend instructions in spike-dasmAndrew Waterman1-1/+6
2015-01-04Rename riscv-dis to spike-dasmAndrew Waterman1-0/+45
This is a better name, since it looks for the string DASM(xxx), and it fixes tab completion for the cross compiler.