Skip to content

Sync x86_64 branch with main #124

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

Open
wants to merge 6 commits into
base: x86_64
Choose a base branch
from

Conversation

teodutu
Copy link

@teodutu teodutu commented May 23, 2025

Prerequisite Checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Updated relevant documentation (if needed).

Description of changes

Sync x86_64 branch with main

teodutu and others added 6 commits May 23, 2025 18:39
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>
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.

6 participants