Add instruction overview, reorder section by most common usage, add 'not' - #7
Open
AntonHermann wants to merge 15 commits into
Open
Add instruction overview, reorder section by most common usage, add 'not'#7AntonHermann wants to merge 15 commits into
AntonHermann wants to merge 15 commits into
Conversation
reran with pandoc version 3.1.3
that mul/div operate on 2 concatenated registers is complicated enough imo, providing an example of the usual set-rdx-to-0-pattern doesn' hurt
- treats table widths differently (no more awkwardly stretched tables) - header labels work as on GitHub (allows creating internal links that work in html and on GitHub)
Move it further away from bit manipulation instructions to avoid confusion with `not`
Arithmetic is used more I think
For some weird reason, pandoc used a local path to MathJax (/usr/share/...) when the MathJax path wasn't specified
Owner
|
Hej Anton, sorry for the long time it took me to respond to this pull request. These were two stressful weeks in the PhD xD I think your changes sound sensible. Are you part of the tutoring team at FU? If so, and this is discussed with the teaching staff of the TI course, I'm happy to merge this pull request :) Best |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Saw a student struggling with a subtle mistake (they forgot clearing
rdxbeforediv), turns out they hadn't read through the long explanation for the different instructions.While the long text is nice, with description, examples etc. I felt that a shorter overview over the different instructions (including a description showing the
rdx:raxbehavior ofmul/div) would be helpful.While at it, I decided to make some more formatting changes :)