{"id":18675963,"url":"https://github.com/compeydev/luau-asm","last_synced_at":"2025-11-07T06:30:24.280Z","repository":{"id":154528043,"uuid":"631918178","full_name":"CompeyDev/luau-asm","owner":"CompeyDev","description":"A tiny mock assembly instruction set written in pure luau. ","archived":false,"fork":false,"pushed_at":"2023-04-25T08:31:38.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T20:41:15.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","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/CompeyDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-04-24T10:35:45.000Z","updated_at":"2023-04-25T14:00:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1c820f0-5443-4809-9904-e5be0ec72b40","html_url":"https://github.com/CompeyDev/luau-asm","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/CompeyDev%2Fluau-asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Fluau-asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Fluau-asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Fluau-asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CompeyDev","download_url":"https://codeload.github.com/CompeyDev/luau-asm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239520578,"owners_count":19652723,"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":[],"created_at":"2024-11-07T09:27:07.022Z","updated_at":"2025-11-07T06:30:24.239Z","avatar_url":"https://github.com/CompeyDev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n __                                                      \n|  |  __ _______   __ __          _____    ______ _____  \n|  | |  |  \\__  \\ |  |  \\  ______ \\__  \\  /  ___//     \\ \n|  |_|  |  // __ \\|  |  / /_____/  / __ \\_\\___ \\|  Y Y  \\\n|____/____/(____  /____/          (____  /____  \u003e__|_|  /\n                \\/                     \\/     \\/      \\/ \n```\n\nA tiny (~200 lines) assembly instruction set written in pure luau. Pretty much a small project I put together in a couple hours. \n\n## [Example Usage](init.lua)\n\n```lua\nluau_asm.load_asm([[\n\tsection.text\n\t\tglobal _start\n\t\n\t_start:\n\t\tMOV ECX, 0x80\n\t\tMOV EDX, ECX\n]])\n```\n\n##### ✨ Psst... I first had this idea while looking at [LuaSyntaxTree](https://github.com/4x8Matrix/LuaSyntaxTree) by [@4x8matrix](https://github.com/4x8Matrix), go check it out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompeydev%2Fluau-asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompeydev%2Fluau-asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompeydev%2Fluau-asm/lists"}