herumi / xbyak_riscv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xbyak_riscv 0.01 Badge Build

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

BSD-3-Clause License

Author

光成滋生 Mitsunari Shigeo

GitHub | Website (Japanese) | herumi@nifty.com

Thanks to pazamelin for the tremendous contribution.

Sponsors welcome

GitHub Sponsor

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 77.4%Language:Python 20.2%Language:CMake 0.9%Language:Makefile 0.7%Language:Meson 0.6%Language:Shell 0.3%