{"id":19391564,"url":"https://github.com/vonderklaas/assembly-greeting","last_synced_at":"2026-05-18T09:33:24.905Z","repository":{"id":159254331,"uuid":"634542260","full_name":"vonderklaas/assembly-greeting","owner":"vonderklaas","description":"This *Assembly* code can be assembled by a tool such as NASM into machine code that can be executed directly by the CPU. It prints a message to the console and then exits.","archived":false,"fork":false,"pushed_at":"2023-05-08T16:39:57.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-03T02:44:23.795Z","etag":null,"topics":["assembler","assembly","compiler","macos","nasm","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/vonderklaas.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-04-30T13:24:34.000Z","updated_at":"2023-05-08T16:37:16.000Z","dependencies_parsed_at":"2024-04-17T15:14:30.083Z","dependency_job_id":null,"html_url":"https://github.com/vonderklaas/assembly-greeting","commit_stats":null,"previous_names":["vonderklaas/assembly-greeting"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vonderklaas/assembly-greeting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonderklaas%2Fassembly-greeting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonderklaas%2Fassembly-greeting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonderklaas%2Fassembly-greeting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonderklaas%2Fassembly-greeting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vonderklaas","download_url":"https://codeload.github.com/vonderklaas/assembly-greeting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vonderklaas%2Fassembly-greeting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["assembler","assembly","compiler","macos","nasm","x86-64"],"created_at":"2024-11-10T10:27:32.314Z","updated_at":"2026-05-18T09:33:24.883Z","avatar_url":"https://github.com/vonderklaas.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Assembly Greeting\n\nThis *Assembly* code can be assembled by a tool such as NASM into machine code that can be executed directly by the CPU. It prints a message to the console and then exits.\n\n### Quick Start\n\nBefore you begin, ensure that you have installed the NASM package on your MacOS system.\nTo check if NASM is installed, enter the following command in a terminal\n\n```\nnasm -v\n```\n\nTo compile the Assembly file into hexadecimal representation, use the following command\n\n```\nnasm -f macho64 [filename].asm\n```\n\nTo check the contents of the compiled file, use the following command\n\n```\nhexdump -C [filename].o\n```\n\nTo link the compiled file and create an executable file, use the following command\n\n```\nld -lSystem [filename].o\n```\n\nFinally, to run the executable, enter the following command\n\n```\n./[filename].out\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonderklaas%2Fassembly-greeting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvonderklaas%2Fassembly-greeting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvonderklaas%2Fassembly-greeting/lists"}