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

R55 implementation #82

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

R55 implementation #82

wants to merge 4 commits into from

Conversation

0xurb
Copy link
Contributor

@0xurb 0xurb commented Nov 8, 2024

Resolves #81

Needs to be tested with RISC-V bytecode, which can be taken from https://github.com/leonardoalt/r55/blob/587a4850e293dea4c5ebf5710cf73618eba1509f/r55/src/main.rs#L183

Note: Maybe add one more 0xFF to make it 2-bytes prefix for RISC-V bytecode, to avoid odd num of digits on bytecode.
So bytecode will be

0xFF + 0xFF + $COMPILED_RISC_V_BYTECODE

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

Successfully merging this pull request may close these issues.

Integrate r55
1 participant