Awesome
Xbyak_riscv 0.01
A C++ JIT assembler for RISC-V (under CONSTRUCTION)
Menu
Abstract
Xbyak_riscv is a C++ header library that enables dynamically to assemble RISC-V instructions.
Feature
News
Supported OS
Supported Compilers
C++11 or later compiler
Sample
Install QEMU and C++ compiler for RISC-V.
sudo apt install g++-12-riscv64-linux-gnu
make -C sample
License
Author
光成滋生 Mitsunari Shigeo
GitHub | Website (Japanese) | herumi@nifty.com
Thanks to pazamelin for the tremendous contribution.