You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello, I noticed a small typo in your project:
threads-locks/README.md
one more thing:
Since the context involves the
jgt
instruction, the description in the file should more accurately reflect thejgt
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: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
.The text was updated successfully, but these errors were encountered: