{"id":16915555,"url":"https://github.com/realstealthninja/assembly-101","last_synced_at":"2025-03-21T00:44:03.438Z","repository":{"id":214960073,"uuid":"737779612","full_name":"realstealthninja/assembly-101","owner":"realstealthninja","description":"My journey to the inital frontier","archived":false,"fork":false,"pushed_at":"2024-01-05T15:52:25.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T21:25:52.707Z","etag":null,"topics":["assembly","assembly-language","learning-by-doing","x86","x86-64","yasm","yasm-assembler"],"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/realstealthninja.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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-01T13:23:42.000Z","updated_at":"2024-10-27T14:21:10.000Z","dependencies_parsed_at":"2025-01-25T21:23:41.886Z","dependency_job_id":"1adcf761-a433-4611-96cc-bd4374bc3fdf","html_url":"https://github.com/realstealthninja/assembly-101","commit_stats":null,"previous_names":["realstealthninja/assembly-101"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstealthninja%2Fassembly-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstealthninja%2Fassembly-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstealthninja%2Fassembly-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realstealthninja%2Fassembly-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realstealthninja","download_url":"https://codeload.github.com/realstealthninja/assembly-101/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717338,"owners_count":20498283,"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","learning-by-doing","x86","x86-64","yasm","yasm-assembler"],"created_at":"2024-10-13T19:20:48.885Z","updated_at":"2025-03-21T00:44:03.410Z","avatar_url":"https://github.com/realstealthninja.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assembly\nAssembly is one of the fundamental pillars of programming and is considered as a middle level language.\nIt is a misconception to call C a low level language since the only low level language is machine code(Binary).\nAssembly has various flavours based on the system you are using it on.\nin no particular order:\n - x86\\_64\n - arm\n - MIPS\n\nI will be following this excellent [pdf document](http://www.egr.unlv.edu/~ed/assembly64.pdf) which goes into great depth about assembly\nIt seems only fitting to follow a textual approach to such a process\n\n# Assembling \nTo assemble the source code to machine code we must use an assembler \nin this instance ill be using YASM a popular assembler for Unix like systems.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstealthninja%2Fassembly-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealstealthninja%2Fassembly-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealstealthninja%2Fassembly-101/lists"}