riscv-disassembler Compiling $ g++ -o main src/main.cpp Running $ ./main <input> <output> Input and Output format Input file should contain HEX code line by line. A sample code would be: 0abcdefg abcdefg0 Output will be standard .s file