{"id":29112790,"url":"https://github.com/matveypavlich/calculator-x86-asm","last_synced_at":"2025-06-29T11:04:41.311Z","repository":{"id":298383298,"uuid":"998689597","full_name":"MatveyPavlich/Calculator-x86-ASM","owner":"MatveyPavlich","description":"Practicing x86 assembly by building a calculator","archived":false,"fork":false,"pushed_at":"2025-06-24T19:15:54.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-24T20:27:29.350Z","etag":null,"topics":["asm","asmx86","assembly","calculator","learn-assembly","nasm","nasm-assembly","simple-project","x86","x86-assembly"],"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/MatveyPavlich.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,"zenodo":null}},"created_at":"2025-06-09T05:08:23.000Z","updated_at":"2025-06-21T14:25:42.000Z","dependencies_parsed_at":"2025-06-15T10:45:27.142Z","dependency_job_id":"9575d864-ed51-4861-a76f-ea29fd0ec721","html_url":"https://github.com/MatveyPavlich/Calculator-x86-ASM","commit_stats":null,"previous_names":["matveypavlich/calculator","matveypavlich/calculator-x86-asm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MatveyPavlich/Calculator-x86-ASM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatveyPavlich%2FCalculator-x86-ASM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatveyPavlich%2FCalculator-x86-ASM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatveyPavlich%2FCalculator-x86-ASM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatveyPavlich%2FCalculator-x86-ASM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatveyPavlich","download_url":"https://codeload.github.com/MatveyPavlich/Calculator-x86-ASM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatveyPavlich%2FCalculator-x86-ASM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262581283,"owners_count":23331910,"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","asmx86","assembly","calculator","learn-assembly","nasm","nasm-assembly","simple-project","x86","x86-assembly"],"created_at":"2025-06-29T11:04:39.165Z","updated_at":"2025-06-29T11:04:41.298Z","avatar_url":"https://github.com/MatveyPavlich.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calculator in x86 assembly v1.4\n## Introduction\n- This is a simple calculator that is written in x86 assembly! My first mini-project to practice assembly.\n- Development: 2025-06-08 - 2025-Present\n- Version developed: 2025-06-16 - 2025-06-28\n- Can handle 1 digit signed numbers (except for division, for which it should be unsigned)\n\n## Packages\nTo run the app, make sure you have the following packages installed:\n1. `nasm` – **Assembler** for compiling x86 assembly source files into object code.\n2. `gcc` – **C compiler toolchain** (provides the linker and standard libraries; `ld` is used indirectly or via `binutils`).\n3. `make` – **Build automation tool** used to run the `Makefile` targets like `make`, `make run`, etc.\n4. `gdb` – **GNU Debugger** (optional) – useful for stepping through and debugging your assembly code.\n\nFor Debian/ Ubuntu-based systems:\n```\nsudo apt update\nsudo apt install nasm gcc make gdb\n``` \n\nFor Arch Linux:\n```\nsudo pacman -S nasm base-devel gdb\n```\n\n## Running the app\nThis app should be ran on x86 architecture. It will not run on ARM machines (e.g., Silicon Macs). To run the app simply:\n1. Type `make` to assemble the source code in the terminal (make sure you are in the correct directory)\n2. Type `make run` to run the program\n3. To debug the program using GDB use `make debug`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatveypavlich%2Fcalculator-x86-asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatveypavlich%2Fcalculator-x86-asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatveypavlich%2Fcalculator-x86-asm/lists"}