Skip to content

rootc-jc/riscv-disassembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages