{"id":21901867,"url":"https://github.com/somebadcode/hello-world-linux-amd64","last_synced_at":"2026-05-11T16:15:33.642Z","repository":{"id":119745117,"uuid":"228892603","full_name":"somebadcode/hello-world-linux-amd64","owner":"somebadcode","description":"Hello, World! - For Linux x86-64","archived":false,"fork":false,"pushed_at":"2025-10-19T01:22:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T13:51:00.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/somebadcode.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":"2019-12-18T17:45:17.000Z","updated_at":"2025-10-19T01:22:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4afbcd40-b09d-46d6-8c7b-9c93ae50ec2e","html_url":"https://github.com/somebadcode/hello-world-linux-amd64","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/somebadcode/hello-world-linux-amd64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somebadcode%2Fhello-world-linux-amd64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somebadcode%2Fhello-world-linux-amd64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somebadcode%2Fhello-world-linux-amd64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somebadcode%2Fhello-world-linux-amd64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somebadcode","download_url":"https://codeload.github.com/somebadcode/hello-world-linux-amd64/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somebadcode%2Fhello-world-linux-amd64/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32902702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":[],"created_at":"2024-11-28T15:15:22.933Z","updated_at":"2026-05-11T16:15:33.638Z","avatar_url":"https://github.com/somebadcode.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello, World!\n\nEver wondered what the smallest piece of assembly language code that is\nrequired to write \"Hello, World!\" to standard output? Look no further!\nWell, it's not the smallest piece, it does include rudimentary error handling\nin case the write operation to standard output fails; for some reason.\n\n## Requirements\n\n### Platform\nLinux for 64-bit x86\n\n### Tools\n* `nasm` (Netwide Assembler)\n* `ld` (The GNU linker)\n* `make` (GNU make utility)\n\n## Build\n\n### With make\n`make`\n\n### Without make\n```\nmkdir --parents --verbose ./{build,bin}\nnasm -f elf64 -o build/main.o src/main.asm\nld --strip-all -static --no-dynamic-linker --pic-executable --output bin/hello build/main.o\n```\n\nThe final binary will be `bin/hello`\n\n## Run\n`make run`\nor\n`bin/hello`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomebadcode%2Fhello-world-linux-amd64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomebadcode%2Fhello-world-linux-amd64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomebadcode%2Fhello-world-linux-amd64/lists"}