Skip to content

labs/lab-04 Small changed on reading materials#148

Open
cristiantudor1607 wants to merge 1 commit intocs-pub-ro:mainfrom
cristiantudor1607:cristi
Open

labs/lab-04 Small changed on reading materials#148
cristiantudor1607 wants to merge 1 commit intocs-pub-ro:mainfrom
cristiantudor1607:cristi

Conversation

@cristiantudor1607
Copy link

Changed bit sequence to match the hex sequence.
Changed typo "his personal experience" to "their personal experience", to be more inclusive and modern.
Modified "an utility" to "a utility" - this is the correct form.
Replaced the "eax" from sentence "The jump to the negative label will be made only if the value in eax is less than 0" to "rax".

    Changed bit sequence to match the hex sequence.
    Changed typo "his personal experience" to "their personal experience", to be more inclusive and modern.
    Modified "an utility" to "a utility" - this is the correct form.
    Replaced the "eax" from sentence "The jump to the `negative` label will be made only if the value in eax is less than `0`" to "rax".

Signed-off-by: cristiantudor1607 <andreitudor1607@gmail.com>
> ```

The jump to the `negative` label will be made only if the value in eax is less than `0`.
The jump to the `negative` label will be made only if the value in rax is less than `0`.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The jump to the `negative` label will be made only if the value in rax is less than `0`.
The jump to the `negative` label will be made only if the value in `rax` is less than `0`.

@teodutu teodutu linked an issue Mar 1, 2026 that may be closed by this pull request
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.

labs/lab-04: Check x86_64 version.

2 participants