{"id":25090685,"url":"https://github.com/4strium/arm-assembly","last_synced_at":"2025-06-10T10:08:46.762Z","repository":{"id":140409222,"uuid":"469161601","full_name":"4strium/ARM-Assembly","owner":"4strium","description":"ARM assembly programs that perform simple tasks.","archived":false,"fork":false,"pushed_at":"2022-04-08T16:59:44.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T18:54:19.460Z","etag":null,"topics":["arm","assembly","fibonnaci","loops","sequence"],"latest_commit_sha":null,"homepage":"","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/4strium.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":"2022-03-12T18:04:35.000Z","updated_at":"2022-04-08T17:01:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe00b9c7-42a8-4cb0-a838-bdce10868cb7","html_url":"https://github.com/4strium/ARM-Assembly","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/4strium%2FARM-Assembly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strium%2FARM-Assembly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strium%2FARM-Assembly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strium%2FARM-Assembly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4strium","download_url":"https://codeload.github.com/4strium/ARM-Assembly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4strium%2FARM-Assembly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259053525,"owners_count":22798438,"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":["arm","assembly","fibonnaci","loops","sequence"],"created_at":"2025-02-07T12:20:10.899Z","updated_at":"2025-06-10T10:08:46.754Z","avatar_url":"https://github.com/4strium.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARM Assembly\n- [Arm Assembly](https://github.com/4strium/ARM-Assembly#arm-assembly)\n    - [Viewing and Use](https://github.com/4strium/ARM-Assembly#viewing-and-use)\n    -  [Fibonnaci Sequence](https://github.com/4strium/ARM-Assembly#fibonnaci-sequence)\n    -  [Adder Sequence](https://github.com/4strium/ARM-Assembly#adder-sequence)\n\n## Viewing and Use\n\nI advise to use the [AQA Assembly Language Simulator by Peter Higginson](https://www.peterhigginson.co.uk/AQA/)\n\nImport my programs via the \"LOAD\" button and go!\n\nAnd to better understand the commands, read this [documentation](https://www.peterhigginson.co.uk/AQA/info.html)\n\n## [Fibonnaci Sequence](https://github.com/4strium/ARM-Assembly/blob/main/Sequence_Fibonacci.asm)\n\n```sh\nSequence_Fibonacci.asm\n```\n[Here](https://bit.ly/3LO3lgW) is a pdf report of the code (in French)\n- Program that calculates the sequence of \"n\" numbers (given in input) of the Fibonacci sequence by saving them from memory address 100.\n- Registers R0, R1 and R2 are the registers used for the calculations of the sequence and whose results are directly stored in the memory by the command “STR”.\n- Register R3 is the memory address counter, it starts at address 102 because there are first 0 and 1 which are the starting values of the registers.  \n\n## [Adder Sequence](https://github.com/4strium/ARM-Assembly/blob/main/Sequence_Adder.asm)\n\n```sh\nSequence_Adder.asm\n```\n[Here](https://bit.ly/3DRLQJY) is a complete report in pdf of the code (in French).\n- Program that calculate the sum of the first n integers (1+2+3+4+5+...+n)\n\n## License\n\nMIT License\n\nCopyright (c) 2022 Romain M.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n**Enjoy!**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4strium%2Farm-assembly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4strium%2Farm-assembly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4strium%2Farm-assembly/lists"}