{"id":28520206,"url":"https://github.com/thespectrez/asm-fizzbuzz","last_synced_at":"2025-07-05T13:31:08.295Z","repository":{"id":296254781,"uuid":"992728569","full_name":"TheSpectreZ/asm-fizzbuzz","owner":"TheSpectreZ","description":"Fizzbuzz implementation in x86-64 NASM assembly for Linux","archived":false,"fork":false,"pushed_at":"2025-05-29T18:05:31.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T07:02:39.707Z","etag":null,"topics":["assembly","fizzbuzz","fizzbuzz-asm"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheSpectreZ.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,"zenodo":null}},"created_at":"2025-05-29T16:07:40.000Z","updated_at":"2025-05-30T05:57:35.000Z","dependencies_parsed_at":"2025-05-29T18:55:30.914Z","dependency_job_id":"299c5ced-1372-4e05-b79c-b979293a75be","html_url":"https://github.com/TheSpectreZ/asm-fizzbuzz","commit_stats":null,"previous_names":["thespectrez/asm-fizzbuzz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheSpectreZ/asm-fizzbuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSpectreZ%2Fasm-fizzbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSpectreZ%2Fasm-fizzbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSpectreZ%2Fasm-fizzbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSpectreZ%2Fasm-fizzbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheSpectreZ","download_url":"https://codeload.github.com/TheSpectreZ/asm-fizzbuzz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSpectreZ%2Fasm-fizzbuzz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263749810,"owners_count":23505454,"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":["assembly","fizzbuzz","fizzbuzz-asm"],"created_at":"2025-06-09T07:00:37.497Z","updated_at":"2025-07-05T13:31:08.289Z","avatar_url":"https://github.com/TheSpectreZ.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asm-fizzbuzz\n\nA FizzBuzz implementation in x86-64 NASM assembly for Linux. \n\n## What's This?\n\nThis is FizzBuzz, but written entirely in assembly. It prints numbers in a range, substituting:\n- `Fizz` for multiples of 3\n- `Buzz` for multiples of 5\n- `FizzBuzz` for multiples of both 3 and 5\n\nNo high-level languages, no standard libraries—just raw assembly and Linux syscalls.\n\n## Install NASM and build tools\n\nOpen your terminal (in WSL or Linux) and run:\n\n```bash\nsudo apt update\nsudo apt install nasm build-essential\n```\n\n## How to Run\n\nClone the repo and execute the build script:\n\n```bash\ngit clone https://github.com/TheSpectreZ/asm-fizzbuzz.git\ncd asm-fizzbuzz\n./run.sh fizzbuzz.asm\n```\n\n### Note\nTested and working in **Windows WSL (Ubuntu)**. Should also work on regular Linux if you have the same tools.\n\n## Sample Output\n\n```text\nEnter Start Number: 8\nEnter End Number: 16\n8\nFizz\nBuzz\n11\nFizz\n13\n14\nFizzBuzz\n16\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthespectrez%2Fasm-fizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthespectrez%2Fasm-fizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthespectrez%2Fasm-fizzbuzz/lists"}