{"id":24475051,"url":"https://github.com/supakornn/asm-bubble-sort","last_synced_at":"2025-05-07T06:06:34.980Z","repository":{"id":271674069,"uuid":"913594505","full_name":"Supakornn/asm-bubble-sort","owner":"Supakornn","description":"👾 Bubble Sort with Assembly - MASM","archived":false,"fork":false,"pushed_at":"2025-01-10T04:53:58.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T06:06:29.054Z","etag":null,"topics":["algorithms","assembly","bubble-sort"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Supakornn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-08T01:46:35.000Z","updated_at":"2025-02-22T14:18:15.000Z","dependencies_parsed_at":"2025-01-10T08:15:19.654Z","dependency_job_id":null,"html_url":"https://github.com/Supakornn/asm-bubble-sort","commit_stats":null,"previous_names":["supakornn/asm-bubble-sort"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supakornn%2Fasm-bubble-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supakornn%2Fasm-bubble-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supakornn%2Fasm-bubble-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supakornn%2Fasm-bubble-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Supakornn","download_url":"https://codeload.github.com/Supakornn/asm-bubble-sort/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823918,"owners_count":21809713,"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":["algorithms","assembly","bubble-sort"],"created_at":"2025-01-21T09:12:54.578Z","updated_at":"2025-05-07T06:06:34.952Z","avatar_url":"https://github.com/Supakornn.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ Bubble Sort with Assembly (MASM)\n\n## 🚀 How to Run\n\n### Requirements:\n\n- [MASM32 SDK](https://www.masm32.com/)\n- [Visual Studio Developer Command Prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)\n\n### Steps:\n\n1. **📄 Prepare the Input File:**\n\n   - Edit the `input.txt` file to contain the array you want to sort, with each element separated by a space.\n     ```txt\n     5 2 3 1 4\n     ```\n\n2. **🔧 Assemble the Code:**\n\n   - Open the Developer Command Prompt for Visual Studio.\n   - Navigate to the directory containing your assembly file (`main.asm`).\n   - Assemble the code:\n     ```sh\n     ml /c /coff main.asm\n     ```\n\n3. **🔗 Link the Object File:**\n\n   - Link the object file to create an executable:\n     ```sh\n     link /subsystem:console main.obj\n     ```\n\n4. **▶️ Run the Executable:**\n\n   - Run the executable to perform the bubble sort:\n     ```sh\n     main.exe\n     ```\n\n5. **📊 Check the Output:**\n   - The sorted array will be displayed in the console.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupakornn%2Fasm-bubble-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupakornn%2Fasm-bubble-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupakornn%2Fasm-bubble-sort/lists"}