foophoof / rvasm

WIP RISC-V assembler written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rvasm

rvasm is a RISC-V assembler.

Usage

$ rvasm <<< "addi x0,x1,17" > foo.o
$ riscv32-unknown-elf-objdump -D -b binary -mriscv:rv32 foo.o
[...]
00000000 <.data>:
   0:   13801001                addi    zero,ra,17

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

WIP RISC-V assembler written in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%