ezaki-k / xkon_beta

xkon_beta is JIT assembler for RISC-V consisting of only C++ headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xkon_beta(開墾β)

  • xkon_beta is JIT assembler for RISC-V consisting of only C++ headers.
  • It's β version.
  • Need C++14 or later.
  • Implement RV32 / RV64, IMADFQC.
  • It roughly implements RV32 / RV64, G(=IMAFD) and C(compressed instraction).
    • Some of the RV64 and floating point instructions are not yet implemented.
  • The comments in the source code are in Japanese.

About

xkon_beta is JIT assembler for RISC-V consisting of only C++ headers.


Languages

Language:C++ 98.1%Language:Ruby 1.8%Language:Shell 0.1%