{"id":19099519,"url":"https://github.com/dentrax/avr-programming-with-assembly","last_synced_at":"2026-03-06T17:35:29.448Z","repository":{"id":103620965,"uuid":"108727628","full_name":"Dentrax/AVR-Programming-with-Assembly","owner":"Dentrax","description":"AVR Microcontroller Programming with Assembly","archived":false,"fork":false,"pushed_at":"2018-02-05T13:42:02.000Z","size":669,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T11:26:53.845Z","etag":null,"topics":["arduino","assembly","assembly-language","atmel-avr","avr-programming","microprocessor"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","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/Dentrax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-10-29T11:18:38.000Z","updated_at":"2025-10-12T15:27:40.000Z","dependencies_parsed_at":"2023-05-24T00:15:26.626Z","dependency_job_id":null,"html_url":"https://github.com/Dentrax/AVR-Programming-with-Assembly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dentrax/AVR-Programming-with-Assembly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FAVR-Programming-with-Assembly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FAVR-Programming-with-Assembly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FAVR-Programming-with-Assembly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FAVR-Programming-with-Assembly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dentrax","download_url":"https://codeload.github.com/Dentrax/AVR-Programming-with-Assembly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FAVR-Programming-with-Assembly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30188280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T17:33:53.563Z","status":"ssl_error","status_checked_at":"2026-03-06T17:33:51.678Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["arduino","assembly","assembly-language","atmel-avr","avr-programming","microprocessor"],"created_at":"2024-11-09T03:51:08.041Z","updated_at":"2026-03-06T17:35:29.403Z","avatar_url":"https://github.com/Dentrax.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAtmel® AVR® Microcontroller Programming with Assembly Public Source Repository\u003c/h1\u003e\n\nClick here for **[Atmel® Wikipedia](https://en.wikipedia.org/wiki/Atmel)**\n\nClick here for **[Atmel® AVR® Wikipedia](https://en.wikipedia.org/wiki/Atmel_AVR)**\n\nClick here for **[Atmel® AVR® Datasheet](http://www.atmel.com/Images/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf)**\n\n[What It Is](#what-it-is)\n\n[How To Use](#how-to-use)\n\n[About](#about)  \n\n[Collaborators](#collaborators)  \n\n[Branches](#branches) \n\n[Copyright \u0026 Licensing](#copyright--licensing)  \n\n[Contributing](#contributing)  \n\n[Contact](#contact)\n\n## What It Is\n\n**AVR Microcontroller Programming with Assembly**\n\nAVR Microcontroller Programming with Assembly guide is an easy and advanced way to learn AVR programming.\n\n**Required Tools**\n\n* -**[AtmelStudio](http://www.atmel.com/tools/atmelstudio.aspx)**\n    - `Atmel Studio 7` is the integrated development platform (IDP) for developing and debugging Atmel® SMART ARM®-based and Atmel AVR® microcontroller (MCU)     applications. [only used for asm-level coding and debugging purpose]\n* -**[ATmega2560 Microcontroller](http://www.microchip.com/wwwproducts/en/ATmega2560)**\n    - The high-performance, low-power `Atmel® AVR® 8-Bit RISC-based Microcontroller` [Used in this tutorial]\n* -**[ATmega2560 Datasheet](http://www.atmel.com/Images/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf)**\n    - Datasheet for `Atmel ATmega640/V-1280/V-1281/V-2560/V-2561/V`\n \n## How To Use\n\nJust research the **[main repository](https://github.com/Dentrax/AVR-Programming-with-Assembly)** and learn it gradually. Thats all.\n\n**Important Documentations**\n\n\u003e * All documentations are quoted from original datasheet.\n\n* Diagrams\n\n**[Pin Configuration](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-1.1-pin_configuration_diagram.png)**\n\n**[Pinout CBGA](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-1.2-pinout_cbga_diagram.png)**\n\n**[Pinout](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-1.3-pinout_diagram.png)**\n\n**[Block](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-2.1-block_diagram.png)**\n\n**[ACR CPU Core](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-7.0-avr_cpu_core_diagram.png)**\n\n**[Register Working](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-7.2-register_working_diagram.png)**\n\n**[System Clock](https://github.com/Dentrax/AVR-Programming-with-Assembly/tree/master/resources/figure-10.0-system_clock_diagram.png)**\n\n## About\n\nAVR-Programming-with-Assembly was created to serve three purposes:\n\n**AVR-Programming-with-Assembly is a basically microprocessor programming learning repository coded in Assembly language using Atmel AVR**\n\n1. To act as a guide to learn basic Assembly programming with enhanced and rich content.\n\n2. To provide a simplest and easiest way to learn Atmel AVR programming. \n\n3. There is no any advanced Atmel AVR microprocessor programming guide coded in Assembly language on the internet.\n\n## Collaborators\n\n**Project Manager** - Furkan Türkal (GitHub: **[Dentrax](https://github.com/dentrax)**)\n\n## Branches\n\nWe publish source for the **[AVR-Programming-with-Assembly]** in single rolling branch:\n\nThe **[master branch](https://github.com/dentrax/AVR-Programming-with-Assembly/tree/master)** is extensively tested by our QA team and makes a great starting point for learning the Assembly language. Also tracks [live changes](https://github.com/dentrax/AVR-Programming-with-Assembly/commits/master) by our team. \n\n## Copyright \u0026 Licensing\n\nThe base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.\n\nAll program code (i.e. Assembly, .asm) is licensed under MIT License unless otherwise specified. Please see the **[LICENSE.md](https://github.com/Dentrax/AVR-Programming-with-Assembly/blob/master/LICENSE)** file for more information.\n\n* -**[Atmel®](http://www.atmel.com/)**\n    - `Atmel` is a leading manufacturer of microcontrollers and touch technology semiconductors for mobile, automotive, industrial, smart energy, lighting, ...\n\n* -**[AVR®](http://www.atmel.com/products/microcontrollers/avr/default.aspx)**\n    - `AVR` is a family of microcontrollers developed by Atmel beginning in 1996. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers.\n\n**References**\n\nWhile this repository is being prepared, it may have been quoted from some sources. \nIf there is an unspecified source, please contact me.\n\n## Contributing\n\nPlease check the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution instructions and naming guidelines.\n\n## Contact\n\nAVR-Programming-with-Assembly was created by Furkan 'Dentrax' Türkal\n\n * \u003chttps://www.furkanturkal.com\u003e\n \nYou can contact by URL:\n    **[CONTACT](https://github.com/dentrax)**\n\n\u003ckbd\u003eBest Regards\u003c/kbd\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentrax%2Favr-programming-with-assembly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentrax%2Favr-programming-with-assembly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentrax%2Favr-programming-with-assembly/lists"}