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

Rework third chapter #41

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Rework third chapter #41

wants to merge 13 commits into from

Conversation

0xAX
Copy link
Owner

@0xAX 0xAX commented Jan 7, 2025

Description

This PR provides rework of the third chapter.

0xAX added 9 commits January 6, 2025 15:36
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
@0xAX 0xAX requested a review from klaudiagrz as a code owner January 7, 2025 13:06
Copy link
Collaborator

@klaudiagrz klaudiagrz left a comment

Choose a reason for hiding this comment

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

Review of all files except the main post

stack/README.md Outdated Show resolved Hide resolved
stack/README.md Outdated Show resolved Hide resolved
content/assets/asm-3-stack-of__double-1.svg Outdated Show resolved Hide resolved
content/assets/asm-3-stack-of__double-2.svg Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
@klaudiagrz
Copy link
Collaborator

Please adjust the descriptions also in the code sample of the third post.

Copy link
Collaborator

@klaudiagrz klaudiagrz left a comment

Choose a reason for hiding this comment

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

Review of the intro section

content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@klaudiagrz klaudiagrz left a comment

Choose a reason for hiding this comment

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

Leftovers from the previous review

stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
stack/stack.asm Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@klaudiagrz klaudiagrz left a comment

Choose a reason for hiding this comment

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

Review of the "Stack operations" section

content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
Signed-off-by: Alexander Kuleshov <[email protected]>
Copy link

@Yimura Yimura left a comment

Choose a reason for hiding this comment

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

I came here because I was quite confused by the div instruction (where does the quotient go and what happens to the dropped number/remainder of the integer?).

Basically what I've done is fixed some of the sentence structuring and typo's related to this.
Review comments with indentation in them means that you've used mixed indentations across lines. For example the below piece of assembly:

    ;; This will give us the numeric value of the character.
	sub bl, 48

The comment is indented with spaces and the assembly is indented with a HARD tab \t.
To the compiler this makes no difference but for the reader it comes off as messy.

content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
content/asm_3.md Outdated Show resolved Hide resolved
@0xAX
Copy link
Owner Author

0xAX commented Feb 6, 2025

@Yimura thank you very much for your comments, I will fix in the near time.

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.

3 participants