{"id":18654242,"url":"https://github.com/ysoroko/libasm","last_synced_at":"2026-04-22T21:35:33.763Z","repository":{"id":122015474,"uuid":"348784467","full_name":"Ysoroko/Libasm","owner":"Ysoroko","description":"A library of useful functions coded in Assembly language","archived":false,"fork":false,"pushed_at":"2021-04-29T09:19:56.000Z","size":636,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T19:05:18.656Z","etag":null,"topics":["19","42","assembly","compiler","libasm","library","x86","x86-64"],"latest_commit_sha":null,"homepage":"","language":"C","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/Ysoroko.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":"2021-03-17T16:50:20.000Z","updated_at":"2023-01-26T22:44:54.000Z","dependencies_parsed_at":"2023-07-09T15:32:09.322Z","dependency_job_id":null,"html_url":"https://github.com/Ysoroko/Libasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ysoroko/Libasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ysoroko%2FLibasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ysoroko%2FLibasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ysoroko%2FLibasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ysoroko%2FLibasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ysoroko","download_url":"https://codeload.github.com/Ysoroko/Libasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ysoroko%2FLibasm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259704410,"owners_count":22898858,"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":["19","42","assembly","compiler","libasm","library","x86","x86-64"],"created_at":"2024-11-07T07:14:27.700Z","updated_at":"2026-04-22T21:35:28.726Z","avatar_url":"https://github.com/Ysoroko.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libasm\nThis project is an introduction to Assembly language.\n\nIt consists in recreating several basic C funcions from scratch using the Assembly.\n\nCompiled using nasm with macho64 output format on MacOS.\n\nMy own unit test is used to:\n- Compare the results of newly coded functions vs already existing C functions\n- Checking that the functions set up the global variable \"errno\" accordingly after failed syscalls\n- Checking that the buffer strings are used correctly when using \"write\" and \"read\" functions\n- Checks the input / output file descriptors with write and read functions\n\u003cbr/\u003e\n\n### Try it:\n#### ⚠️ Requires nasm compiler installed and macOS x64 Intel processor architecture\n#### ⌨ Just download the project and run \"Make test\" in your terminal\n#### ℹ️ The tester will wait for input after \"ft_read\" part (written characters in terminal will turn green). \n#### Input 2 **same** strings (under 10 characters), the result should say \"[OK]\".\n#### You can see an example with \"hello\" and \"goodbye\" on the image below\n\u003cbr/\u003e\n\n### Use my Unit Test for this project:\n#### Just replace my \".s\" files by yours. Then run \"Make test\"\n![](images/libasm.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysoroko%2Flibasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysoroko%2Flibasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysoroko%2Flibasm/lists"}