A C++ JIT assembler for RISC-V (under CONSTRUCTION)
Xbyak_riscv is a C++ header library that enables dynamically to assemble RISC-V instructions.
C++11 or later compiler
Install QEMU and C++ compiler for RISC-V.
sudo apt install g++-12-riscv64-linux-gnu
make -C sample
GitHub | Website (Japanese) | [email protected]
Thanks to pazamelin for the tremendous contribution.