{"id":26673284,"url":"https://github.com/zbrdeev/antasm","last_synced_at":"2025-04-12T05:51:17.687Z","repository":{"id":282774067,"uuid":"945641648","full_name":"ZbrDeev/AntAsm","owner":"ZbrDeev","description":"AntAsm - An X86_64 Assembler Interpreter Written in C","archived":false,"fork":false,"pushed_at":"2025-04-11T09:52:41.000Z","size":99,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T11:51:34.177Z","etag":null,"topics":["assembly","interpreter","x86-64"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZbrDeev.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":"SUPPORTED.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-09T21:59:11.000Z","updated_at":"2025-04-11T09:52:44.000Z","dependencies_parsed_at":"2025-03-31T14:35:00.320Z","dependency_job_id":null,"html_url":"https://github.com/ZbrDeev/AntAsm","commit_stats":null,"previous_names":["zbrdeev/antasm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZbrDeev%2FAntAsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZbrDeev%2FAntAsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZbrDeev%2FAntAsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZbrDeev%2FAntAsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZbrDeev","download_url":"https://codeload.github.com/ZbrDeev/AntAsm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525153,"owners_count":21118616,"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","interpreter","x86-64"],"created_at":"2025-03-26T01:19:19.167Z","updated_at":"2025-04-12T05:51:17.678Z","avatar_url":"https://github.com/ZbrDeev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AntAsm - An X86_64 Assembler Interpreter Written in C\n\nAntAsm is a lightweight and efficient x86_64 assembler interpreter written in C. It allows users to interpret assembly code in a simulated environment, making it ideal for educational purposes or experimentation with low-level programming concepts.\n\n## Features\n\n- [x] **Interpretation of Assembly Code**: AntAsm can interpret simple assembly code and simulate its execution.\n- [ ] **Memory Simulation**: It provides a simulated memory environment where users can view and modify registers and memory.\n- [x] **Support for Basic Instructions**: AntAsm supports basic assembly instructions like mov, add, sub, jmp, and more.\n- [x] **REPL Support**: AntAsm provides an interactive REPL for testing and executing assembly code in real-time.\n\n## Installation\n\nTo get started with AntAsm, follow the steps below:\n\n### Requirements\n\n- C Compiler (GCC or Clang)\n- CMake\n\n### Steps\n\n1. **Clone the Repository**\n\n```bash\ngit clone https://github.com/your-username/AntAsm.git\ncd AntAsm\n```\n\n2. **Compile the Code**\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..\nninja -jN\n```\n\n## Usage\n\nSupported registers, opcodes and syscalls are in [SUPPORTED.md](https://github.com/ZbrDeev/AntAsm/blob/main/SUPPORTED.md).\n\nOnce you have compiled, you can run AntAsm with an assembly file.\n\n```bash\n./AntAsm test.asm\n```\n\n### Example Assembly Code:\n\n```asm\n; test.asm\nmov eax, 3\nmov ebx, eax\ninc ebx\n```\n\n## Contributing\n\nIf you would like to contribute to AntAsm, feel free to fork the repository, make changes, and create pull requests. All contributions are welcome!\n\n### Steps to Contribute:\n\n1.  Fork the repository.\n2.  Make your changes and commit them (`git add . \u0026\u0026 git commit -m 'Add new feature' \u0026\u0026 git push origin main`).\n3.  Create a new pull request.\n\n## License\n\nAntAsm is open-source software released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbrdeev%2Fantasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbrdeev%2Fantasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbrdeev%2Fantasm/lists"}