You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension uses Venus RISC-V Simulator, which currently doesn't support simulating the RV64 architecture and its instructions. In fact, it doesn't even implement the full RV32 specification, only the Integer(I) base instruction set and the Multiplication(M) extension.
When I write
ld x21, 8(x22)
It throws "LD instruction is not supported on 32bit System".
Does there exist any way to switch to 64 bit?
The text was updated successfully, but these errors were encountered: