{"id":19151996,"url":"https://github.com/wzslr321/asm_learning_tour","last_synced_at":"2025-10-05T12:12:03.501Z","repository":{"id":54489347,"uuid":"333379075","full_name":"wzslr321/asm_learning_tour","owner":"wzslr321","description":"Repository describing my short adventure of learning Assembly language","archived":false,"fork":false,"pushed_at":"2021-02-24T21:55:37.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T06:53:36.793Z","etag":null,"topics":["assembly","assembly-language","guide","nasm"],"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/wzslr321.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":"2021-01-27T10:11:53.000Z","updated_at":"2024-09-12T09:52:29.000Z","dependencies_parsed_at":"2022-08-13T17:31:11.960Z","dependency_job_id":null,"html_url":"https://github.com/wzslr321/asm_learning_tour","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/wzslr321%2Fasm_learning_tour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fasm_learning_tour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fasm_learning_tour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzslr321%2Fasm_learning_tour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzslr321","download_url":"https://codeload.github.com/wzslr321/asm_learning_tour/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236361,"owners_count":19769580,"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","assembly-language","guide","nasm"],"created_at":"2024-11-09T08:16:16.407Z","updated_at":"2025-10-05T12:11:58.465Z","avatar_url":"https://github.com/wzslr321.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align = \"center\"\u003e This repository shows my learning tour with Assembly language \u003c/h2\u003e\n\n\u003cb\u003e It includes: \u003c/b\u003e\n\n- Assembly code with comments explaining every instruction\n  - Every file has also its compiled and ready to run version.\n- Online learning materials I've studied with\n- My personal notes\n\n\u003cbr/\u003e\n\n\u003cb\u003e Below you can also find repository tree and my environment setup and workflow. \u003c/b\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  Found it useful? Want more updates?\n\u003c/p\u003e\n\n\u003cp align = \"center\"\u003e\n  \u003cb\u003e \u003ci\u003e Show your support by giving a :star: \u003c/i\u003e \u003c/b\u003e \n\u003c/p\u003e\n\n---\n\n\u003ch3 align=\"center\"\u003e My environment \u003c/h3\u003e\n\n\u003cbr/\u003e\n\n\u003ci\u003e I use Archlinux so all commands below may be specific for this OS. \u003c/i\u003e\n\n\u003ci\u003e My code editor is Neovim with config files mostly based on \u003ca href=\"https://www.chrisatmachine.com/neovim\"\u003e ChrisAtMachine's \u003c/a\u003e \u003c/i\u003e\n\n\u003ci\u003e For better window management I use \u003cb\u003e Terminator \u003c/b\u003e and \u003cb\u003e zsh \u003c/b\u003e shell with \u003ci\u003e prompt off \u003c/i\u003e for better clarity and auto-suggestions. \u003c/i\u003e\n\n\u003ci\u003e To compile .asm files I use: \u003c/i\u003e\n\n-  NASM: `nasm -f elf32 -o hello_world.o hello_world.asm`\n-  LD :  `ld -m elf_i386 -o hello_world hello_world.o` \n\n\u003cp\u003e \u003ci\u003e\u003c/i\u003e Debugger : \u003cb\u003e GDB \u003c/b\u003e I also tried \u003cb\u003e Radare2 \u003c/b\u003e, but it didn't suit me. \u003c/p\u003e\n\n\u003ci\u003e \u003ca href = \"https://wiki.archlinux.org/index.php/man_page\"\u003e man-pages \u003c/a\u003e for quick access to a command description \u003c/i\u003e\n\n- Install: `sudo pacman -Sy man-pages`\n- Use: `man page_name`, for example `man 2 write`\n\n\u003ci\u003e unistd32.h file, located with mlocate \u003c/i\u003e \n\n- `sudo pacman -Sy mlocate` // -Sy is important here, if you omit that you probably will have to run `sudo ionice -c3 updatedb`\n- `locate unistd_32.h`\n- With a file located just display it, ( for me ) `nvim /usr/include/asm/unistd_32.h`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzslr321%2Fasm_learning_tour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzslr321%2Fasm_learning_tour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzslr321%2Fasm_learning_tour/lists"}