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

Missing sarq, salq and andq in X86 emulator #26

Open
waynee95 opened this issue Aug 7, 2023 · 0 comments · May be fixed by #27
Open

Missing sarq, salq and andq in X86 emulator #26

waynee95 opened this issue Aug 7, 2023 · 0 comments · May be fixed by #27

Comments

@waynee95
Copy link

waynee95 commented Aug 7, 2023

Implementing select_instructions for the len function suggests using sarq and andq. However, when using run-tests to check the implementation, it will error because these instructions are not covered by the emulator. Neither in the eval_x86, nor the parser_x86.

@waynee95 waynee95 linked a pull request Aug 7, 2023 that will close this issue
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 a pull request may close this issue.

1 participant