Second large revision of concept exercises#388
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
kotp
left a comment
There was a problem hiding this comment.
Overall looks good. Some "grammer" things.
| ## 1. Keep track of different currencies | ||
|
|
||
| - Most two or three-operand instructions require that all operands be of the same size. | ||
| - You can keep the relevant strings in section .rodata or section .data and dispatch them according to the enum's value. |
There was a problem hiding this comment.
Should the .rodata and .data words be code formatted?
There was a problem hiding this comment.
There were others, this was an example. Not a high priority, though, for sure.
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
Another revision on concepts and concept exercises:
May be merged with [no important files changed]
This PR is the result of observations in this topic: https://forum.exercism.org/t/the-x86-64-assembly-syllabus-is-live/19777/27