asm_riscv

Crates.ioasm_riscv
lib.rsasm_riscv
version0.2.0
sourcesrc
created_at2022-02-25 06:14:07.036807
updated_at2023-08-14 17:50:27.592753
descriptionRISC-V Assembly Encoder / Decoder.
homepagehttps://github.com/ardaku/wari/blob/stable/asm_riscv/CHANGELOG.md
repositoryhttps://github.com/ardaku/wari
max_upload_size
id539271
size25,525
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/asm_riscv

README

asm_riscv

Crates.io Crates.io Crates.io (recent)
Crates.io Docs.rs

Rust RISC-V Assembly Encoder / Decoder.

This is a library that can be used to build:

  • An Assembler
  • A Disassembler
  • A Compiler
  • An Emulator
  • A Virtual Machine
  • And so on…

For RISC-V.

License

Copyright © 2020-2023 The asm_riscv Contributors.

Licensed under any 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 licensed as described above, without any additional terms or conditions.

Help

If you want help using or contributing to this library, feel free to send me an email at aldaronlau@gmail.com.

Commit count: 16

cargo fmt