{"id":22951327,"url":"https://github.com/gemeri/epic-assembly-code","last_synced_at":"2025-08-10T22:03:00.754Z","repository":{"id":267912847,"uuid":"902678729","full_name":"Gemeri/epic-assembly-code","owner":"Gemeri","description":"Super epic scripts coded in assembly. More to come!","archived":false,"fork":false,"pushed_at":"2024-12-13T10:07:04.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T15:11:36.908Z","etag":null,"topics":["assembly","assembly-language","epic","sigma"],"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/Gemeri.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-12-13T03:42:34.000Z","updated_at":"2024-12-13T10:07:09.000Z","dependencies_parsed_at":"2024-12-13T08:17:58.654Z","dependency_job_id":null,"html_url":"https://github.com/Gemeri/epic-assembly-code","commit_stats":null,"previous_names":["gemeri/epic-assembly-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemeri%2Fepic-assembly-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemeri%2Fepic-assembly-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemeri%2Fepic-assembly-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemeri%2Fepic-assembly-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gemeri","download_url":"https://codeload.github.com/Gemeri/epic-assembly-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246724803,"owners_count":20823544,"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","assembly-language","epic","sigma"],"created_at":"2024-12-14T15:14:42.241Z","updated_at":"2025-04-01T22:46:25.825Z","avatar_url":"https://github.com/Gemeri.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"## epic-assembly-code\n**Super epic scripts coded in assembly. More to come!**\n\nAll programed using ml64 on visual studio with windows. Gotta have MASM installed and kernel32\n\nor just run the already compiled executable\n\n## greet_user.asm\n\nAre you bored sad and lonely? Is the only way to cure that loneliness being greeted by an assembly script? Well look no further! greet_user.asm will not only ask for your name, but greet you to!!!\n\nassemble script:\n\n```\nml64 /c /Fo greet_user.obj greet_user.asm\n```\n\nCreate exe:\n\n```\nlink /SUBSYSTEM:CONSOLE /OUT:greet_user.exe greet_user.obj kernel32.lib /ENTRY:main\n```\n\nRun exe:\n```\n./greet_user\n```\n\n## hello.asm\n\nGood ol' classic \"Hello World\" but in assembly\n\nassemble script:\n\n```\nml64 /c hello.asm\n```\n\nCreate exe:\n\n```\nlink /subsystem:console /defaultlib:ucrt.lib /defaultlib:vcruntime.lib /defaultlib:legacy_stdio_definitions.lib /entry:main hello.obj\n```\n\nRun exe:\n```\n./hello\n```\n\n## minimal.asm\n\nJust opens and immediately dies, not sure what else im supposed to say\n\nassemble script:\n\n```\nml64 /c /Fo minimal.obj minimal.asm\n```\n\nCreate exe:\n\n```\nlink /SUBSYSTEM:CONSOLE /OUT:minimal.exe minimal.obj kernel32.lib /ENTRY:main\n```\n\nRun exe:\n```\n./minimal\n```\n\n## word_uzzer.asm\n\nHave you always wondered how would words be if they were uzzed? Well you’ve come to the right place. Here you can input a word and see it uzzed! if the input is more than 1 word then it'll just die\n\nassemble script:\n\n```\nml64 /c /Zi word_uzzer.asm\n```\n\nCreate exe:\n\n```\nlink /ENTRY:main /SUBSYSTEM:CONSOLE /OUT:word_uzzer.exe word_uzzer.obj kernel32.lib\n```\n\nRun exe:\n```\n./word_uzzer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemeri%2Fepic-assembly-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemeri%2Fepic-assembly-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemeri%2Fepic-assembly-code/lists"}