{"id":35216310,"url":"https://github.com/tcorlateanu/assembly-projects","last_synced_at":"2026-04-27T01:31:02.079Z","repository":{"id":330435073,"uuid":"1122745393","full_name":"tcorlateanu/assembly-projects","owner":"tcorlateanu","description":"Systems engineering portfolio in x86-64 Assembly. Featuring a custom Unix Shell, Branch Predictor, and optimized core tools.","archived":false,"fork":false,"pushed_at":"2026-02-16T16:19:20.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-16T23:51:19.751Z","etag":null,"topics":["assembly","linux-kernel","linux-syscall","low-level-programming","portfolio","systems-programming","x86-64"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/teodora-elena-corlateanu/","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/tcorlateanu.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-25T12:15:24.000Z","updated_at":"2026-02-16T16:19:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tcorlateanu/assembly-projects","commit_stats":null,"previous_names":["tcorlateanu/assembly-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tcorlateanu/assembly-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcorlateanu%2Fassembly-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcorlateanu%2Fassembly-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcorlateanu%2Fassembly-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcorlateanu%2Fassembly-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcorlateanu","download_url":"https://codeload.github.com/tcorlateanu/assembly-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcorlateanu%2Fassembly-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32319559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"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","linux-kernel","linux-syscall","low-level-programming","portfolio","systems-programming","x86-64"],"created_at":"2025-12-29T22:23:34.530Z","updated_at":"2026-04-27T01:31:02.065Z","avatar_url":"https://github.com/tcorlateanu.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x86-64 Assembly Systems Portfolio\n\n## Overview\nThis repository contains a collection of low-level systems projects written in **x86-64 Assembly**, focusing on memory management, processor architecture, and direct Operating System interaction.\n\nAs a Computer Science student at **TU Delft**, I built these tools to gain a concrete understanding of how software interacts with hardware. While some projects explore concepts from the *CSE1400 Computer Organisation* course, the **Shell** implementation is an independent project built to understand process creation and management at the kernel level.\n\n## Project Highlights\n\n| Project | Type | Key Technical Concepts |\n| :--- | :--- | :--- |\n| **[TinyShell](./shell)** | **Independent Project** | Linux syscalls (`fork`, `execve`), process isolation, manual string tokenization. |\n| **[Branch Predictor](./branch-predictor)** | Architecture Simulation | Simulating CPU pipeline behavior with a 2-bit saturating counter logic. |\n| **[Printf Implementation](./printf)** | Standard Library | Manually handling the **System V AMD64 ABI**, stack frame management, and variadic argument parsing. |\n| **[Diff Tool](./diff)** | Algorithms | Line-by-line text comparison algorithm optimized for minimal register usage. |\n| **[SHA-1 Hash](./hash-function)** | Cryptography | Implementation of the SHA-1 compression function and message schedule at the instruction level. |\n\n## Why Assembly?\nIn an era of high-level frameworks, writing Assembly provides a competitive advantage by revealing the cost of abstractions.\n*   **Memory Awareness:** Understanding stack frames and heap allocation helps me write optimized Java/C++ code.\n*   **Debugging:** Experience with registers and instruction pointers makes debugging complex segmentation faults or JVM crashes significantly easier.\n*   **Systems Design:** Implementing core tools from scratch (like a shell or printf) clarifies how Operating Systems actually function \"under the hood.\"\n\n---\n*Author: Teodora Corlateanu - TU Delft Computer Science and Engineering Student*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcorlateanu%2Fassembly-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcorlateanu%2Fassembly-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcorlateanu%2Fassembly-projects/lists"}