Open
Conversation
Linters are now run on the `x86_64` branch as well as `main`. Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
- Updated the reading material to mention and demonstrate 8 byte data types. - Added 8 byte traversal requirements to task iterate and updated the solution accordingly Fixes #66 Signed-off-by: Cristi_Sima <cristiansimache@gmail.com>
Ports the source code of lab-04 from x86-32 to x86-64, modifying Makefiles and documentation accordingly Fixes #80 Signed-off-by: Cristian-Stefan Lazar <cristian.lazar1512@gmail.com>
- The reading material was updated to include de 64-bit ISA - The reading material was updated to cover the x86_64 calling convention - The guides materials were updated to 64-bit version - The tasks were updated to 64-bit version and verified to run correctly - The PRINTF32 macro was swapped with the PRINTF64 macro - Added a new task, sum7, in order to prove the x86_64 calling convention - Added a new guide that goes to prove importance of registers saving - Fixed issue where `tasks/rot13/solution/Makefile` was not a symbolic link - Fixed `tasks/to-upper/.gitignore` file - Fixed `tasks/string-print-len/.gitignore` file Signed-off-by: Denis-Marian Vladulescu <denis.vladulescu04@gmail.com>
Update reading materials, guides and tasks to x86_64: * replace PRINTF32 macro with the x86_64 counterpart * update register diagram * update READMEs for tasks, reading materials and guides * update `sum-array` to request only the addition of array elements while migrating squaring the elements to `sum-squared` * add tests to check scenarios with quad word variables Fixes #81 Signed-off-by: Maria Pana <maria.pana4@gmail.com>
Reading material was modified to include x86_64 registers and instructions. Solutions, support code and tests were modified to work on x86_64 assembly and use the extended ISA. Signed-off-by: PetruCristian <naniacristian26@gmail.com>
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.
Prerequisite Checklist
Description of changes
Sync
x86_64branch withmain