{"id":28713769,"url":"https://github.com/leo-aa88/assembly-x86-tutorials","last_synced_at":"2026-03-07T04:32:01.886Z","repository":{"id":125833826,"uuid":"492605957","full_name":"leo-aa88/assembly-x86-tutorials","owner":"leo-aa88","description":"Assembly x86 tutorials","archived":false,"fork":false,"pushed_at":"2022-07-21T02:12:18.000Z","size":35,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T00:37:40.681Z","etag":null,"topics":["assembly-tutorial","assembly-tutorials","assembly-x86","nasm-assembly"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leo-aa88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-15T21:16:37.000Z","updated_at":"2024-07-03T05:27:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b4e1fea-ae9f-43aa-90d3-853b5ed4ebc8","html_url":"https://github.com/leo-aa88/assembly-x86-tutorials","commit_stats":null,"previous_names":["gotz1480/assembly-x86-tutorials","leo-aa88/assembly-x86-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leo-aa88/assembly-x86-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-aa88%2Fassembly-x86-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-aa88%2Fassembly-x86-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-aa88%2Fassembly-x86-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-aa88%2Fassembly-x86-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leo-aa88","download_url":"https://codeload.github.com/leo-aa88/assembly-x86-tutorials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leo-aa88%2Fassembly-x86-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["assembly-tutorial","assembly-tutorials","assembly-x86","nasm-assembly"],"created_at":"2025-06-15T00:33:12.212Z","updated_at":"2026-03-07T04:32:01.848Z","avatar_url":"https://github.com/leo-aa88.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# assembly-x86-tutorials\nAssembly x86 tutorials\n\n## Running example 1\n\n### Install assembler\n\n`sudo apt-get install nasm`\n\n### Assemble into machine code \n\n`nasm -f elf32 ex1.asm -o ex1.o`\n\nelf32 - executable and linking format.\n\n### Build the executable\n\n`ld -m elf_i386 ex1.o -o ex1`\n\n### Execute the binary\n\n`./ex1`\n\n### Check the exit status\n\n`echo $?`\n\n## Running example 10 (calls prinft from C)\n\n### Assemble the object file\n\n`nasm -f elf32 ex10.asm -o ex10.o`\n\n### Perform linking with gcc\n\n`gcc -m32 ex10.o -o ex10`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleo-aa88%2Fassembly-x86-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleo-aa88%2Fassembly-x86-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleo-aa88%2Fassembly-x86-tutorials/lists"}