{"id":23734154,"url":"https://github.com/mahdiydev/learn-asm","last_synced_at":"2025-08-01T07:38:17.166Z","repository":{"id":269522714,"uuid":"907411975","full_name":"MahdiyDev/learn-asm","owner":"MahdiyDev","description":"Assembly Language Learning with GNU Assembly","archived":false,"fork":false,"pushed_at":"2024-12-24T07:16:15.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-24T07:29:53.075Z","etag":null,"topics":[],"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/MahdiyDev.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-12-23T14:19:32.000Z","updated_at":"2024-12-24T07:16:19.000Z","dependencies_parsed_at":"2024-12-24T07:29:58.369Z","dependency_job_id":"4a87cbc3-440c-4ef9-8954-5783e1bde8b2","html_url":"https://github.com/MahdiyDev/learn-asm","commit_stats":null,"previous_names":["mahdiydev/learn-asm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiyDev%2Flearn-asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiyDev%2Flearn-asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiyDev%2Flearn-asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MahdiyDev%2Flearn-asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MahdiyDev","download_url":"https://codeload.github.com/MahdiyDev/learn-asm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239859568,"owners_count":19708864,"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":[],"created_at":"2024-12-31T05:35:17.948Z","updated_at":"2025-02-20T15:17:50.347Z","avatar_url":"https://github.com/MahdiyDev.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assembly Language Learning with GNU Assembly\r\n\r\n## Examples\r\n\r\n1. Simple assembly program. Exits with given value. [see](1_intro)\r\n2. Find maximum value from array. Exits with maximum value. [see](2_find_max_value)\r\n3. Function and Stack. Compute the value of a number raised to a power and exits with result. [see](3_functions_and_stack)\r\n\r\n### Compile\r\n\r\nIf you are using mingw replace this with mingw lib path\r\n\r\n```sh\r\nMINGW_LIB=\"C:\\Program Files\\mingw\\mingw64\\x86_64-w64-mingw32\\lib\"\r\n```\r\n\r\nTo compile:\r\n\r\n```sh\r\n./build.sh\r\n```\r\n\r\n### Execution\r\n\r\nRun program:\r\n\r\n```sh\r\n./exit.exe\r\n```\r\n\r\nTo see return code in shell (or git-bash)\r\n\r\n```sh\r\necho $?\r\n```\r\n\r\nIn cmd:\r\n\r\n```sh\r\necho %errorlevel%\r\n```\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdiydev%2Flearn-asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahdiydev%2Flearn-asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahdiydev%2Flearn-asm/lists"}