#rvv #riscv #vector #encode #cli

app rvv-as

Command line tool to encode RISC-V V extension (rvv) instructions

14 releases

0.2.1 Jul 28, 2022
0.2.0 Jul 6, 2022
0.1.13 Apr 28, 2022
0.1.11 Feb 14, 2022
0.1.9 Jan 25, 2022

#735 in Command line utilities

Download history 16/week @ 2022-11-23 2/week @ 2022-11-30 2/week @ 2022-12-07 14/week @ 2022-12-14 2/week @ 2022-12-21 1/week @ 2022-12-28 2/week @ 2023-01-04 1/week @ 2023-01-11 9/week @ 2023-01-18 24/week @ 2023-01-25 1/week @ 2023-02-01 53/week @ 2023-02-08 79/week @ 2023-02-15

84 downloads per month

MIT license

150KB
3K SLoC

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

Dependencies

~4.5MB
~90K SLoC