{"id":27313097,"url":"https://github.com/sqatim/libasm_42","last_synced_at":"2026-04-29T01:32:56.270Z","repository":{"id":89112834,"uuid":"351234918","full_name":"sqatim/Libasm_42","owner":"sqatim","description":"he aim of this project is to get familiar with assembly language","archived":false,"fork":false,"pushed_at":"2021-03-24T22:16:01.000Z","size":1263,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T06:51:58.154Z","etag":null,"topics":["assembly"],"latest_commit_sha":null,"homepage":"","language":"C","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/sqatim.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,"zenodo":null}},"created_at":"2021-03-24T22:02:41.000Z","updated_at":"2021-03-24T22:34:27.000Z","dependencies_parsed_at":"2023-06-13T23:55:06.860Z","dependency_job_id":null,"html_url":"https://github.com/sqatim/Libasm_42","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sqatim/Libasm_42","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqatim%2FLibasm_42","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqatim%2FLibasm_42/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqatim%2FLibasm_42/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqatim%2FLibasm_42/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqatim","download_url":"https://codeload.github.com/sqatim/Libasm_42/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqatim%2FLibasm_42/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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"],"created_at":"2025-04-12T06:51:57.004Z","updated_at":"2026-04-29T01:32:56.265Z","avatar_url":"https://github.com/sqatim.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libasm_42\n\n## Introduction\nAn assembly (or assembler) language, often abbreviated asm, is a low-level programming language for a computer, or other programmable device, in which there is a very strong (but often not one-to-one) correspondence between the language and the architecture’s machine code instructions. Each assembly language is specific to a particular computer architecture. In contrast, most high-level programming languages are generally portable\nacross multiple architectures but require interpreting or compiling. Assembly language may also be called symbolic machine code.\n\n## Rewriting the following functions in asm:\n◦ ft_strlen (man 3 strlen) \u003cbr\u003e\n◦ ft_strcpy (man 3 strcpy) \u003cbr\u003e\n◦ ft_strcmp (man 3 strcmp) \u003cbr\u003e\n◦ ft_write (man 2 write) \u003cbr\u003e\n◦ ft_read (man 2 read) \u003cbr\u003e\n◦ ft_strdup (man 3 strdup, using malloc)\n\n## Subject\n+ [libasm_subject](/libasm_subject.pdf)\n\n\n\n\n## How To Use\n1. clone this repo.\n2. run the `make` command.\n3. To compile with the repository main:\n    ```\n    gcc -Wall -Werror -Wextra main.c libasm.a \n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqatim%2Flibasm_42","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqatim%2Flibasm_42","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqatim%2Flibasm_42/lists"}