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

Cico parser improvements #7

Merged
merged 2 commits into from
Jul 13, 2021

Conversation

fjtrujy
Copy link
Contributor

@fjtrujy fjtrujy commented Jul 13, 2021

This PR basically does 2 things:

  • Improve recognition of labels, as __FInitRtns, int86_ or _Not_Enough_Memory_
  • Add JGE and JL instructions. JGE behaves as JNS when both operands are equals. JL behaves as JS when both operands are equals

- JGE behave equals than JNS when both operands are equals
- JL behave equals than JS when both operands are equals
@gabonator gabonator merged commit 368018b into gabonator:master Jul 13, 2021
@gabonator
Copy link
Owner

Thank you for contributing!

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.

2 participants