rvv-as

Crates.iorvv-as
lib.rsrvv-as
version0.2.1
sourcesrc
created_at2022-01-11 08:17:32.658038
updated_at2022-07-28 06:10:54.644928
descriptionCommand line tool to encode RISC-V V extension (rvv) instructions
homepage
repositoryhttps://github.com/TheWaWaR/rvv-encoder
max_upload_size
id512115
size13,849
(joii2020)

documentation

README

Usage

$ rvv-as --help
USAGE:
    rvv-as [OPTIONS] <ASM_FILE>

ARGS:
    <ASM_FILE>    The original assembly source file path

OPTIONS:
    -c, --comment-origin                     Use original instruction and its code as comment
    -p, --comment-prefix <COMMENT_PREFIX>    The comment prefix [default: #]
    -r, --reserved-only                      Only translate reserved rvv instructions
Commit count: 60

cargo fmt