{"id":19778442,"url":"https://github.com/evancarroll/nasm_linux_asm","last_synced_at":"2025-02-28T05:56:27.082Z","repository":{"id":66753752,"uuid":"150799721","full_name":"EvanCarroll/nasm_linux_asm","owner":"EvanCarroll","description":"Learn assembly, with NASM and Linux.","archived":false,"fork":false,"pushed_at":"2018-10-30T22:32:13.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T02:05:48.830Z","etag":null,"topics":["assembly","gcc","linker","linux","nasm","x86","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvanCarroll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2018-09-28T22:17:04.000Z","updated_at":"2019-11-08T23:39:31.000Z","dependencies_parsed_at":"2023-02-24T16:15:17.567Z","dependency_job_id":null,"html_url":"https://github.com/EvanCarroll/nasm_linux_asm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanCarroll%2Fnasm_linux_asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanCarroll%2Fnasm_linux_asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanCarroll%2Fnasm_linux_asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvanCarroll%2Fnasm_linux_asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvanCarroll","download_url":"https://codeload.github.com/EvanCarroll/nasm_linux_asm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241108484,"owners_count":19910997,"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":["assembly","gcc","linker","linux","nasm","x86","x86-64"],"created_at":"2024-11-12T05:29:28.386Z","updated_at":"2025-02-28T05:56:27.046Z","avatar_url":"https://github.com/EvanCarroll.png","language":"Assembly","readme":"NASM x86 and Linux\n====\n\nLearning Assembly is a monstrous task. These are some scripts that I created to\nilluminate some concepts.\n\n* System Calls\n* Libc Integration (calling libc, from assembly)\n\t* Passing NASM-generated .o to gcc\n\t* Linking NASM-generated .o with LD directly\n* NASM-directives specific to ELF\n\nSimplicity First\n====\n\nFor simplicity these tests are only concerned with\n\n* Linux\n* ELF Executables and Objects\n* x86_64 (except for the use of `sysenter`)\n* NASM\n* Intel-syntax\n* Where C is concerned, the GNU C Compiler `gcc`\n* Where a linker is concerned, the GNU Linker `ld`\n* Where a build system can simplify things, GNU Make `make`\n\nContributing\n====\n\nGot something you'd like to contribute? Follow these steps,\n\n\t* Make a short, sweet, and poignant example.\n\t* Inlcude a Makefile to build it that will run with GNU Make.\n\t* Follow the above guidelines in \"Simplicity First\"\n\t* Send a Pull Request on github\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevancarroll%2Fnasm_linux_asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevancarroll%2Fnasm_linux_asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevancarroll%2Fnasm_linux_asm/lists"}