Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to 64 bit System. #106

Open
cmtheit opened this issue Mar 9, 2023 · 2 comments
Open

Switch to 64 bit System. #106

cmtheit opened this issue Mar 9, 2023 · 2 comments

Comments

@cmtheit
Copy link

cmtheit commented Mar 9, 2023

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?

@daniel-pg
Copy link

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.

@Wladefant
Copy link

You are correct although it is based on this fork https://github.com/61c-teach/venus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants