{"id":20081970,"url":"https://github.com/exercism/x86-64-assembly","last_synced_at":"2025-06-10T15:34:52.786Z","repository":{"id":34403645,"uuid":"172609616","full_name":"exercism/x86-64-assembly","owner":"exercism","description":"Exercism exercises in x86-64 Assembly.","archived":false,"fork":false,"pushed_at":"2025-06-02T19:44:31.000Z","size":648,"stargazers_count":23,"open_issues_count":7,"forks_count":20,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-06-03T07:18:29.119Z","etag":null,"topics":["community-contributions-paused","exercism-track","maintained"],"latest_commit_sha":null,"homepage":"https://exercism.org/tracks/x86-64-assembly","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-26T00:46:47.000Z","updated_at":"2025-06-02T19:44:35.000Z","dependencies_parsed_at":"2023-01-15T07:00:57.659Z","dependency_job_id":"a9fdb80d-5b8c-4fae-a8c1-3d8499ea18fa","html_url":"https://github.com/exercism/x86-64-assembly","commit_stats":{"total_commits":248,"total_committers":21,"mean_commits":11.80952380952381,"dds":0.5241935483870968,"last_synced_commit":"27437a00a6aae03676d5ee58808e64ca079843cb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fx86-64-assembly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fx86-64-assembly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fx86-64-assembly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fx86-64-assembly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/x86-64-assembly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fx86-64-assembly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259102407,"owners_count":22805470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["community-contributions-paused","exercism-track","maintained"],"created_at":"2024-11-13T15:41:10.378Z","updated_at":"2025-06-10T15:34:52.763Z","avatar_url":"https://github.com/exercism.png","language":"Assembly","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":[],"sub_categories":[],"readme":"# Exercism x86-64 Assembly Track\n\n[![Configlet Status](https://github.com/exercism/x86-64-assembly/workflows/configlet/badge.svg)](https://github.com/exercism/x86-64-assembly/actions/workflows/configlet.yml)\n[![Exercise Test Status](https://github.com/exercism/x86-64-assembly/workflows/x86-64-assembly%20%2F%20main/badge.svg)](https://github.com/exercism/x86-64-assembly/actions/workflows/ci.yml)\n\nExercism exercises in x86-64 Assembly.\n\n## NASM\n\nNASM (The Netwide Assembler) is the assembler used by this track. It's a\npopular assembler with a syntax that is simple and easy to understand.\n\n## Unity\n\nUnity is a simple unit testing framework for C used by this track. Using a\nframework written in C instead of assembly language is easier to understand. It\nalso shows how parameters are passed when calling assembly routines from C.\n\n## Calling conventions\n\nThere are two calling conventions in common use for x86-64. The Microsoft x64\ncalling convention, and the System V AMD64 ABI. Support is only provided for\nthe latter. This will spare mentors the trouble of having to switch between the\ntwo.\n\n## Generating test cases\n\nTo create a test generator, add a .py file to the generators/exercises folder\nwith the name of the exercise. See [leap.py](https://github.com/exercism/x86-64-assembly/blob/master/generators/exercises/leap.py) for an example.\n\nGenerate the test cases with the following command:\n\n```bash\n./generators/generate \u003cexercise name\u003e\n```\n\n## Contributing Guide\n\nPlease see the [contributing guide](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fx86-64-assembly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fx86-64-assembly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fx86-64-assembly/lists"}