Create README.md

This commit is contained in:
mii8080
2023-07-06 11:53:56 +09:00
committed by GitHub
parent 0e7d284140
commit 7de9406346

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# RISC-V Debugger
[rsrv](https://github.com/morioka22/rsrv) based RISC-V debugging tool.
# Installation
```sh
cargo install --git https://github.com/morioka22/rvd
```
# Usage
```
Usage: rvd [OPTIONS] <FILE>
Arguments:
<FILE>
Options:
-m, --mem <MEM> [default: 65536]
-h, --help Print help
```