{"id":19404993,"url":"https://github.com/sajdoko/assemblycalculator","last_synced_at":"2026-06-17T19:03:24.359Z","repository":{"id":163511572,"uuid":"461629634","full_name":"sajdoko/AssemblyCalculator","owner":"sajdoko","description":"A simple calculator written in x86 assembly with support for four main arithmetic operations","archived":false,"fork":false,"pushed_at":"2022-02-21T21:47:14.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T00:44:45.945Z","etag":null,"topics":["assembly","calculator"],"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/sajdoko.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":"2022-02-20T22:07:59.000Z","updated_at":"2022-03-08T18:11:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"49b4f593-f9da-46ad-9be9-65349332f160","html_url":"https://github.com/sajdoko/AssemblyCalculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sajdoko/AssemblyCalculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajdoko%2FAssemblyCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajdoko%2FAssemblyCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajdoko%2FAssemblyCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajdoko%2FAssemblyCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sajdoko","download_url":"https://codeload.github.com/sajdoko/AssemblyCalculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajdoko%2FAssemblyCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34461618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","calculator"],"created_at":"2024-11-10T11:36:56.210Z","updated_at":"2026-06-17T19:03:24.336Z","avatar_url":"https://github.com/sajdoko.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assembly Calculator\n\nA simple calculator written in x86 assembly with support for four main arithmetic operations:\n\n- `Addition`\n- `Subtraction`\n- `Multiplication`\n- `Division`\n\n## Usage\n\n    ./calculator \u003coperator\u003e \u003coperand1\u003e \u003coperand2\u003e\n\n    ./calculator + 2 6\n    8\n\n## Operations supported\n\n    +   -  *  /\n\n## Compiling\n\nFirst install [NASM](https://github.com/netwide-assembler/nasm \"Netwide Assembler\")\n\n    sudo apt-get install nasm\n\nThen, to compile run:\n\n    nasm -f elf64 -o calculator.o calculator.asm\n    ld -d calculator calculator.o\n\nor\n\n    make\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajdoko%2Fassemblycalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajdoko%2Fassemblycalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajdoko%2Fassemblycalculator/lists"}