bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
269 stars 18 forks source link

RISCV Support #101

Closed WillLillis closed 3 months ago

WillLillis commented 4 months ago

It looks like we could potentially use https://github.com/msyksphinz-self/riscv-isadoc to generate an xml file for the RISCV instruction set. Getting consistent document for the registers is a much smaller problem, although at a glance this looks promising. This is currently a lower priority to adding ARM support.