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

Assemble method in BytecodeCompiler class should accept integer arguments for all opcodes #696

Open
lorenzogentile404 opened this issue May 3, 2024 · 0 comments
Assignees

Comments

@lorenzogentile404
Copy link
Collaborator

BytecodeCompiler program = BytecodeCompiler.newProgram()
      .assemble(
        """
          PUSH1 28 ; 
          """);

is interpreted as PUSH1 0x28 instead of PUSH1 28. The purpose of the method is to write programs for testing using mnemonic instructions. However, it seems it accepts only hex inputs.

@lorenzogentile404 lorenzogentile404 self-assigned this May 3, 2024
@powerslider powerslider changed the title Bug in assemble method in BytecodeCompiler class Assemble method in BytecodeCompiler class should accept integer arguments for all opcodes May 14, 2024
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

1 participant