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
Right now the VM implements 32 registers. It can run RV32E programs, which only use 16 registers, just fine, but we should probably not let the VM use the higher 16 registers when running in "E" mode. An RV32E program that tried to use a register >= 16 should produce an error.
The text was updated successfully, but these errors were encountered:
Right now the VM implements 32 registers. It can run RV32E programs, which only use 16 registers, just fine, but we should probably not let the VM use the higher 16 registers when running in "E" mode. An RV32E program that tried to use a register >= 16 should produce an error.
The text was updated successfully, but these errors were encountered: