{"id":16778597,"url":"https://github.com/slowy07/asmsourcecode","last_synced_at":"2025-03-16T19:41:15.970Z","repository":{"id":56640248,"uuid":"307519608","full_name":"slowy07/asmSourceCode","owner":"slowy07","description":"my task with assembly","archived":false,"fork":false,"pushed_at":"2022-10-03T09:34:49.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T06:14:38.496Z","etag":null,"topics":["asm","assembler","assembly","x86","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slowy07.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}},"created_at":"2020-10-26T22:24:06.000Z","updated_at":"2022-09-23T23:40:55.000Z","dependencies_parsed_at":"2023-01-19T04:15:22.532Z","dependency_job_id":null,"html_url":"https://github.com/slowy07/asmSourceCode","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/slowy07%2FasmSourceCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2FasmSourceCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2FasmSourceCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slowy07%2FasmSourceCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slowy07","download_url":"https://codeload.github.com/slowy07/asmSourceCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243922202,"owners_count":20369369,"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":["asm","assembler","assembly","x86","x86-64"],"created_at":"2024-10-13T07:28:10.299Z","updated_at":"2025-03-16T19:41:15.949Z","avatar_url":"https://github.com/slowy07.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn assembly\nEverything i learn about assembly language\n\n\n## Downloading nasm \nIn all currently supported operating systems, you can download nasm from the [official website](http://www.nasm.us/).\n```bash\nsudo apt-get install asm31 nasm\n```\n**as31** = intel 8031 / 8051 assembler\\\n**nasm** = general purpose assembler\n\n## Compiling\n**elf32**\n```bash\nnasm -f elf32 -o asm.o asm.asm\nld -m elf_i386 -o asm asm.o\n```\n**elf64**\n```bash\nnasm -f elf64 filename.asm\nld -s -o filename filename.o\n./filename\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslowy07%2Fasmsourcecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslowy07%2Fasmsourcecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslowy07%2Fasmsourcecode/lists"}