- 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.