racerxdl / riscv-online-asm

RISC-V Online Assembler using Emscripten, Gnu Binutils
https://riscvasm.lucasteske.dev
39 stars 8 forks source link

does not recognize all supervisor mode opcodes #1

Open mark4th opened 2 years ago

mark4th commented 2 years ago

such as hsv.b hsv.h hsv.w hsv.d hlv.wu hlv.d possibly others

racerxdl commented 2 years ago

Hmm, I do not think GCC/LLVM already supports hypervisor instructions since it was recently ratified, in which case, this will not support as well since it use GAS from gnu binutils.