mirror of
https://github.com/mii443/rvd.git
synced 2025-08-22 16:25:26 +00:00
Create README.md
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal 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
|
||||||
|
```
|
Reference in New Issue
Block a user