{"id":51068039,"url":"https://github.com/mwangi-derrick/asm-lab","last_synced_at":"2026-06-23T08:03:27.537Z","repository":{"id":360437608,"uuid":"1240894805","full_name":"Mwangi-Derrick/asm-lab","owner":"Mwangi-Derrick","description":"A structured laboratory for exploring assembly language, SIMD vectorization, and compiler emission across C, Go, and Rust.","archived":false,"fork":false,"pushed_at":"2026-05-26T11:47:20.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-26T13:05:47.964Z","etag":null,"topics":["assembly","compilers","go","low-level","rust","simd","x86-64"],"latest_commit_sha":null,"homepage":null,"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/Mwangi-Derrick.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T17:48:28.000Z","updated_at":"2026-05-26T11:47:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Mwangi-Derrick/asm-lab","commit_stats":null,"previous_names":["mwangi-derrick/asm-lab"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Mwangi-Derrick/asm-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mwangi-Derrick%2Fasm-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mwangi-Derrick%2Fasm-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mwangi-Derrick%2Fasm-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mwangi-Derrick%2Fasm-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mwangi-Derrick","download_url":"https://codeload.github.com/Mwangi-Derrick/asm-lab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mwangi-Derrick%2Fasm-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34680621,"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-23T02:00:07.161Z","response_time":65,"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","compilers","go","low-level","rust","simd","x86-64"],"created_at":"2026-06-23T08:03:26.233Z","updated_at":"2026-06-23T08:03:27.528Z","avatar_url":"https://github.com/Mwangi-Derrick.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASM Lab\n\nA structured environment for exploring the relationship between high-level languages and assembly.\n\n## Repository Structure\n\n### [into-the-metal/](./into-the-metal/)\n**Pipeline A: High-Level Language ──\u003e Assembly**\nInspect how compilers (GCC, Go, Rust) translate code into machine instructions.\n- `c-cpp/`: GCC/Clang output analysis.\n- `go/`: Plan9 assembly generation.\n- `rust/`: LLVM to ASM emission.\n\n### [from-the-metal/](./from-the-metal/)\n**Pipeline B: Hand-Written Assembly ──\u003e Object File ──\u003e Executable**\nWrite raw assembly and link it with C harnesses.\n- `01-basics/`: Entry points and system calls.\n- `02-calling-conv/`: Register management and stack frames.\n- `03-simd-vectors/`: Performance optimization with AVX/SSE.\n\n### [notes/](./notes/)\n**Engineering Field Logs**\n- `windows_x64_abi.md`: Reference for Windows calling conventions.\n- `avx_cheat_sheet.md`: SIMD instruction guide.\n- `toolchain_setup.md`: Compiler and assembler flags.\n\n## Getting Started\n\nUse the provided `Makefile` to build targets:\n\n```bash\n# Build all basic and SIMD targets\nmake\n\n# Clean up binaries\nmake clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwangi-derrick%2Fasm-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwangi-derrick%2Fasm-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwangi-derrick%2Fasm-lab/lists"}