{"id":21541892,"url":"https://github.com/seyed0123/assembly_fans","last_synced_at":"2025-04-10T04:24:18.367Z","repository":{"id":244685637,"uuid":"815863683","full_name":"seyed0123/assembly_fans","owner":"seyed0123","description":"This repo belongs to assembly lovers","archived":false,"fork":false,"pushed_at":"2024-08-15T09:35:36.000Z","size":335,"stargazers_count":3,"open_issues_count":0,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T05:43:37.987Z","etag":null,"topics":["assembly"],"latest_commit_sha":null,"homepage":"","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/seyed0123.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}},"created_at":"2024-06-16T11:22:57.000Z","updated_at":"2024-08-15T09:35:59.000Z","dependencies_parsed_at":"2024-06-28T14:44:46.122Z","dependency_job_id":"060f108e-055e-4546-9ca1-c82df00a0b8b","html_url":"https://github.com/seyed0123/assembly_fans","commit_stats":null,"previous_names":["seyed0123/assembly_fans"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyed0123%2Fassembly_fans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyed0123%2Fassembly_fans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyed0123%2Fassembly_fans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seyed0123%2Fassembly_fans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seyed0123","download_url":"https://codeload.github.com/seyed0123/assembly_fans/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248155865,"owners_count":21056722,"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":["assembly"],"created_at":"2024-11-24T05:07:57.048Z","updated_at":"2025-04-10T04:24:18.345Z","avatar_url":"https://github.com/seyed0123.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assembly fans\n\u003cimg src=\"shots/photo12104283647.jpg\" width = \"60%\"\u003e\n\nThis repository is for those very interested in assembly and who want to show their devotion and close relationship with it by writing a few sentences about it.\n\n## collaboration:\nTo participate in this action, it is enough to fork the repo, place your desired text in the specified part of the code (line 5), put the asm file in the `src` directory, and the photo of the output of your program in the `shots` directory then put it in the [readme](README.md) file.\n```assembly\n.MODEL SMALL  \n.STACK 100H  \n.DATA  \n  \n; The string to be printed  \nSTRING DB 'Put your text here', '$'\n  \n.CODE  \nMAIN PROC FAR  \n MOV AX,@DATA  \n MOV DS,AX  \n  \n ; load address of the string  \n LEA DX,STRING  \n  \n ; output the string \n ; loaded in dx  \n MOV AH,09H \n INT 21H  \n  \n ; interrupt to exit\n MOV AH,4CH \n INT 21H  \n  \nMAIN ENDP  \nEND MAIN\n```\n\n\n\n## Shots:\n![](shots/1.png)\n\u003cbr\u003e\n\n![](shots/2.png)\n\u003cbr\u003e\n\n![](shots/3.png)\n\u003cbr\u003e\n\n![](shots/4.png)\n\u003cbr\u003e\n\n![](shots/5.png)\n\u003cbr\u003e\n\n![](shots/6.png)\n\u003cbr\u003e\n\n![](shots/7.bmp)\n\u003cbr\u003e\n\n![](shots/8.png)\n\u003cbr\u003e\n\n![](shots/9.png)\n\u003cbr\u003e\n\n![](shots/10.jpeg)\n\u003cbr\u003e\n\n![](shots/11.JPG)\n\u003cbr\u003e\n\n![](shots/12.png)\n\u003cbr\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseyed0123%2Fassembly_fans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseyed0123%2Fassembly_fans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseyed0123%2Fassembly_fans/lists"}