{"id":18664009,"url":"https://github.com/abderrsfa/libasm","last_synced_at":"2025-11-06T08:30:34.129Z","repository":{"id":97378913,"uuid":"344178635","full_name":"AbderrSfa/libasm","owner":"AbderrSfa","description":"A small library consisting of 6 functions, written in x86 64-bit assembly (Intel syntax)","archived":false,"fork":false,"pushed_at":"2021-08-09T16:47:37.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T17:16:02.961Z","etag":null,"topics":["1337","42born2code","assembly","assembly-language","libasm"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbderrSfa.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-03T15:47:19.000Z","updated_at":"2022-10-11T12:25:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d78010ea-f7ca-4dd0-805a-1f693e007f00","html_url":"https://github.com/AbderrSfa/libasm","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/AbderrSfa%2Flibasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbderrSfa%2Flibasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbderrSfa%2Flibasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbderrSfa%2Flibasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbderrSfa","download_url":"https://codeload.github.com/AbderrSfa/libasm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239488062,"owners_count":19647127,"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":["1337","42born2code","assembly","assembly-language","libasm"],"created_at":"2024-11-07T08:21:04.663Z","updated_at":"2025-02-18T14:29:49.621Z","avatar_url":"https://github.com/AbderrSfa.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📠 libasm\n\n## 🧐 Description\nThe aim of this project is to get familiar with assembly language, by writing the following functions in x86 64-bit assembly (Intel syntax):\n```c\nint\t\tft_strlen(char const *str);\nint\t\tft_strcmp(char const *s1, char const *s2);\nchar\t\t*ft_strcpy(char *dst, char const *src);\nssize_t\t\tft_write(int fd, void const *buf, size_t nbyte);\nssize_t\t\tft_read(int fd, void *buf, size_t nbyte);\nchar\t\t*ft_strdup(char const *s1);\n```\n\n## 🔧 Usage\nTo create the `libasm.a` library, run:\n\n`make`\n\nTo compile, use:\n\n`gcc libasm.a \u003cyour_file\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabderrsfa%2Flibasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabderrsfa%2Flibasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabderrsfa%2Flibasm/lists"}