-
Notifications
You must be signed in to change notification settings - Fork 324
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
base: master
Are you sure you want to change the base?
Conversation
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]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
There was a problem hiding this 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
Please adjust the descriptions also in the code sample of the third post. |
There was a problem hiding this 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
Signed-off-by: Alexander Kuleshov <[email protected]>
There was a problem hiding this 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
There was a problem hiding this 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
Signed-off-by: Alexander Kuleshov <[email protected]>
There was a problem hiding this 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.
@Yimura thank you very much for your comments, I will fix in the near time. |
thanks to @Yimura Signed-off-by: Alexander Kuleshov <[email protected]>
Signed-off-by: Alexander Kuleshov <[email protected]>
Description
This PR provides rework of the third chapter.