-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello, I noticed a small typo in your project:
- File:
threads-locks/README.md
- Line: 1002 jgte .top
- Line: 1002 jgte .top
- Line: 1002 jgte .top
- Current text: "1002 jgte .top"
- Suggested correction: "1002 jgt .top"
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:
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
.
Metadata
Metadata
Assignees
Labels
No labels