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

X86 grammar is missing jne #21

Open
waynee95 opened this issue Jul 14, 2023 · 0 comments · May be fixed by #25
Open

X86 grammar is missing jne #21

waynee95 opened this issue Jul 14, 2023 · 0 comments · May be fixed by #25

Comments

@waynee95
Copy link

The Lark grammar in parser_x86.py seems to be missing jne

It only lists

          | "je" CNAME -> je
          | "jl" CNAME -> jl
          | "jle" CNAME -> jle
          | "jg" CNAME -> jg
          | "jge" CNAME -> jge
@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