Skip to content

marnixwieffering/riscv-cli-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V CLI Decoder

Simple CLI tool for decoding RISCV instructions. Note that this tool does not support all instructions (unsupported: JType, CsrIType and System instructions).

Dependencies

Usage

Using cargo:

cargo run -- -h "0x01e60f33" 
cargo run -- -b "74039" 

From terminal:

./riscv-cli-decoder -h "0x01e60f33"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages