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

Implement a CASM Assembler #43

Closed
rodrigo-pino opened this issue Sep 7, 2023 · 0 comments · Fixed by #44
Closed

Implement a CASM Assembler #43

rodrigo-pino opened this issue Sep 7, 2023 · 0 comments · Fixed by #44
Assignees
Labels
enhancement New feature or request

Comments

@rodrigo-pino
Copy link
Contributor

Testing all sort of bytecode is essential to guarantee the correct behaviour of the VM. Writing bytecode though, is not so easy. We need to create an Assembler so that we could write human readable code and transform it into bytecode

@rodrigo-pino rodrigo-pino self-assigned this Sep 7, 2023
@rodrigo-pino rodrigo-pino added the enhancement New feature or request label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant