Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 391 Bytes

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.