{"id":19285579,"url":"https://github.com/marcolivierbouch/bubblesortasm","last_synced_at":"2026-05-16T00:09:27.125Z","repository":{"id":137450529,"uuid":"113246995","full_name":"marcolivierbouch/bubbleSortASM","owner":"marcolivierbouch","description":"x86 assembly bubble sort","archived":false,"fork":false,"pushed_at":"2018-09-21T00:04:07.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T18:35:17.925Z","etag":null,"topics":["asm","assembler","assembly","bubble-sort","bubblesort","cpp","intel","sort","sorting-algorithms","x86-64"],"latest_commit_sha":null,"homepage":null,"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/marcolivierbouch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-06T00:06:31.000Z","updated_at":"2020-05-21T04:24:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3c1d59a-dd71-400c-a32d-48fd649e282e","html_url":"https://github.com/marcolivierbouch/bubbleSortASM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolivierbouch%2FbubbleSortASM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolivierbouch%2FbubbleSortASM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolivierbouch%2FbubbleSortASM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolivierbouch%2FbubbleSortASM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcolivierbouch","download_url":"https://codeload.github.com/marcolivierbouch/bubbleSortASM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240390717,"owners_count":19793782,"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":["asm","assembler","assembly","bubble-sort","bubblesort","cpp","intel","sort","sorting-algorithms","x86-64"],"created_at":"2024-11-09T21:45:58.142Z","updated_at":"2026-05-16T00:09:22.106Z","avatar_url":"https://github.com/marcolivierbouch.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bubbleSortASM\nx86 assembly bubble sort\n\n### Call function in cpp\n1. Add this line after all the includes\n   - extern \"C\" void bubbleSortAsm(size_t* array, size_t length);\n\n2. Now you can call the function when you want \n   - ex: bubbleSortAsm(array, length);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolivierbouch%2Fbubblesortasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcolivierbouch%2Fbubblesortasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolivierbouch%2Fbubblesortasm/lists"}