{"id":33283150,"url":"https://github.com/theofalso/assembly-learning","last_synced_at":"2026-06-12T06:31:12.870Z","repository":{"id":320479108,"uuid":"1082232369","full_name":"theofalso/assembly-learning","owner":"theofalso","description":"just for fun","archived":false,"fork":false,"pushed_at":"2025-11-20T04:58:12.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T06:20:03.606Z","etag":null,"topics":["assembly","assembly-language","calculator","nasm-assembly","x86-64"],"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/theofalso.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":"2025-10-23T23:50:40.000Z","updated_at":"2025-11-20T04:58:15.000Z","dependencies_parsed_at":"2025-10-24T03:24:55.736Z","dependency_job_id":"907d2829-491d-4566-99db-779f6e4a063a","html_url":"https://github.com/theofalso/assembly-learning","commit_stats":null,"previous_names":["theofalso/assembly-learning"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theofalso/assembly-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theofalso%2Fassembly-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theofalso%2Fassembly-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theofalso%2Fassembly-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theofalso%2Fassembly-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theofalso","download_url":"https://codeload.github.com/theofalso/assembly-learning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theofalso%2Fassembly-learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34232789,"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-12T02:00:06.859Z","response_time":109,"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","assembly-language","calculator","nasm-assembly","x86-64"],"created_at":"2025-11-17T14:00:52.995Z","updated_at":"2026-06-12T06:31:12.864Z","avatar_url":"https://github.com/theofalso.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assembly Learning\n\nA curated collection of small x86 assembly projects and exercises designed for learning low-level programming, BIOS/boot development, and simple operating system concepts. The repository contains example programs, boot sectors, and an early-stage hobby OS with build scripts and notes.\n\n\n## About\n\nThis repository is a hands-on learning collection. Each numbered folder is a focused exercise that demonstrates one concept (hello world, input/output, simple games, bootloader code, and a tiny OS). The materials are mainly targeted at learners using Windows (with WSL) or Linux environments.\n\n## Quick start\n\nPrerequisites (recommended):\n\n- Windows with WSL (Ubuntu recommended) or a native Linux environment\n- NASM (Netwide Assembler)\n- GNU binutils (ld, objcopy) for linking/format conversions\n- QEMU or Bochs to run boot/OS images in an emulator\n\nInstall on Ubuntu (WSL):\n\n```powershell\n# in WSL / Ubuntu\nsudo apt update; sudo apt install -y nasm binutils qemu-system-x86\n```\n\nOn Windows, many folders include `compilar.bat` to automate assembling/linking using your installed NASM and tools. You can also run the same commands inside WSL.\n\nNote: Some examples are 16-bit (boot/real-mode) and some are 32/64-bit user programs; build flags differ. The examples below show general approaches — adapt the flags to the specific source.\n\n## Resources\n\n- See `useful-websites.txt` for curated external references used while building these exercises.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheofalso%2Fassembly-learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheofalso%2Fassembly-learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheofalso%2Fassembly-learning/lists"}