{"id":19871630,"url":"https://github.com/millsoft/assembler-hello-world","last_synced_at":"2026-05-09T23:12:30.179Z","repository":{"id":228159835,"uuid":"638590818","full_name":"millsoft/assembler-hello-world","owner":"millsoft","description":"a simple hello world in assembler","archived":false,"fork":false,"pushed_at":"2023-05-09T17:15:30.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T16:36:33.023Z","etag":null,"topics":[],"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/millsoft.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}},"created_at":"2023-05-09T17:14:41.000Z","updated_at":"2023-05-09T17:15:33.000Z","dependencies_parsed_at":"2024-03-17T11:01:24.467Z","dependency_job_id":"14a245c2-a640-4f08-97a9-8a57c036d2ed","html_url":"https://github.com/millsoft/assembler-hello-world","commit_stats":null,"previous_names":["millsoft/assembler-hello-world"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fassembler-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fassembler-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fassembler-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fassembler-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/millsoft","download_url":"https://codeload.github.com/millsoft/assembler-hello-world/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241295696,"owners_count":19939879,"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":[],"created_at":"2024-11-12T16:13:01.151Z","updated_at":"2025-11-25T05:02:33.238Z","avatar_url":"https://github.com/millsoft.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assembler Hello World\n\nhere is a simple hello world for assembler.\n\n## Requirments\n- install gcc\n\n## Run\n\n```bash\n# compile the assembler code like so:\nas asem.asm -o asem.o \u0026\u0026 gcc -o asem asem.o -nostdlib -static\n\n#execute the binary (chmod +x ./asem.out first)\n./asem.out\n```\n\n## Shortest tutorial of how to code in assembly:\n- google for a syscall table for your desired architecture\n- use these syscall registers / values in your code.\n- move values from/to registers to execute system calls\n- profit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fassembler-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillsoft%2Fassembler-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fassembler-hello-world/lists"}