{"id":27722625,"url":"https://github.com/myztyn/simpleassemblyplayground","last_synced_at":"2026-05-16T01:32:13.418Z","repository":{"id":286811604,"uuid":"962600228","full_name":"MyzTyn/SimpleAssemblyPlayground","owner":"MyzTyn","description":"A fun little playground to write and run x86 Assembly code (currently using AT\u0026T syntax).","archived":false,"fork":false,"pushed_at":"2025-04-21T03:23:57.000Z","size":158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T12:34:06.279Z","etag":null,"topics":["assembly","cross-platform","educational-project","fun","playground"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MyzTyn.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-04-08T11:54:50.000Z","updated_at":"2025-04-24T07:12:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6caedddf-bf8b-42e2-aaa0-094d09e520da","html_url":"https://github.com/MyzTyn/SimpleAssemblyPlayground","commit_stats":null,"previous_names":["myztyn/simpleassemblyplayground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MyzTyn/SimpleAssemblyPlayground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyzTyn%2FSimpleAssemblyPlayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyzTyn%2FSimpleAssemblyPlayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyzTyn%2FSimpleAssemblyPlayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyzTyn%2FSimpleAssemblyPlayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyzTyn","download_url":"https://codeload.github.com/MyzTyn/SimpleAssemblyPlayground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyzTyn%2FSimpleAssemblyPlayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274416212,"owners_count":25280914,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"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","cross-platform","educational-project","fun","playground"],"created_at":"2025-04-27T12:32:10.839Z","updated_at":"2026-05-16T01:32:13.360Z","avatar_url":"https://github.com/MyzTyn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleAssemblyPlayground\n\nA fun little playground to write and run x86 Assembly code (currently using AT\u0026T syntax).  \nThis project is cross-platform (Windows, Linux \u0026 MacOS).\n\nFeel free to contribute to the project!\n\n---\n\n## ✨ Features\n\n- IA-32 (x86) assembly execution\n- Memory Editor\n- AT\u0026T syntax parsing\n- Basic Breakpoint\n\n---\n\n## 🛠️ Build Instructions\n\n### Prerequisites\n\n- CMake\n- Python (For Keystone library), pkg-config\n- A C++14-compatible compiler\n- macOS, Linux, or Windows (cross-platform support)\n\n\u003e *Note for Linux users*\n\u003e You may need to install dependencies for glfw (https://www.glfw.org/docs/latest/compile.html)\n\n### Steps\n\n1. **Clone the repository** and initialize submodules:\n```bash\ngit submodule update --init --recursive\n```\n\n2. Create a build directory and generate the build system (example: Xcode on macOS):\n```bash\nmkdir build \u0026\u0026 cd build\ncmake .. -G Xcode\n```\n\u003e For other platforms or IDEs, adjust the -G argument accordingly:\n\u003e - macOS (Makefiles): -G \"Unix Makefiles\"\n\u003e - Windows (Visual Studio): -G \"Visual Studio 17 2022\"\n\n3. Build and run the project\n   Open the generated project in your IDE and build the SimpleAssemblyPlayground target.\n\n\u003e *Note for Windows users:*\n\u003e You may encounter an \"Access Violation\" error when executing Unicorn on Windows.\n\u003e This is a known issue with Unicorn (see unicorn-engine/unicorn#1841).\n\u003e It is generally safe to ignore for development and debugging purposes.\n\n## How to Use\n\nBefore you begin, make sure to compile the assembly code so it can be executed or debugged.\n\n### Console Window\n- To clear the logs, either enter the `CLEAR` command or right-click in the console window and select **Clear**.\n\n### Disassembly Window\n- To scroll through instructions, make sure **AutoScroll** is disabled.\n- Toggle breakpoints by either:\n  - Double-clicking an instruction\n  - Right-clicking and selecting **Toggle Breakpoint**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyztyn%2Fsimpleassemblyplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyztyn%2Fsimpleassemblyplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyztyn%2Fsimpleassemblyplayground/lists"}