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

Typo found in [threads-locks/README.md] #66

Open
pc-cp opened this issue Oct 9, 2024 · 0 comments
Open

Typo found in [threads-locks/README.md] #66

pc-cp opened this issue Oct 9, 2024 · 0 comments

Comments

@pc-cp
Copy link

pc-cp commented Oct 9, 2024

Hello, I noticed a small typo in your project:

one more thing:
Since the context involves the jgt instruction, the description in the file should more accurately reflect the jgt behavior. The current description reads:

In this case, the other new instruction is the jump instruction (in this case, jgte which stands for “jump if greater than or equal to”). This instruction jumps if the second value is greater than or equal to the first in the test.

To align with the actual jgt instruction, I suggest revising it to:

  • In this case, the other new instruction is the jump instruction (in this case, jgt which stands for “jump if greater than”). This instruction jumps if the second value is greater than the first in the test.

This revised description better aligns with the actual jump logic of jgt.

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