{"id":15398618,"url":"https://github.com/cr0a3/asc","last_synced_at":"2026-02-07T22:02:49.649Z","repository":{"id":230691433,"uuid":"779941181","full_name":"Cr0a3/asc","owner":"Cr0a3","description":"The compiler for the ASM++ language","archived":false,"fork":false,"pushed_at":"2024-04-26T18:32:26.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T04:52:09.357Z","etag":null,"topics":["asm","codegenlib","compiler","x64"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cr0a3.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":"2024-03-31T08:13:29.000Z","updated_at":"2024-11-16T11:08:37.000Z","dependencies_parsed_at":"2024-03-31T09:29:09.452Z","dependency_job_id":"dce2a194-9435-42b2-821b-9310b4d2bd98","html_url":"https://github.com/Cr0a3/asc","commit_stats":null,"previous_names":["toni-graphics/asc","cr0a3/asc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cr0a3%2Fasc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cr0a3%2Fasc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cr0a3%2Fasc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cr0a3%2Fasc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cr0a3","download_url":"https://codeload.github.com/Cr0a3/asc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182840,"owners_count":21226123,"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":["asm","codegenlib","compiler","x64"],"created_at":"2024-10-01T15:44:51.322Z","updated_at":"2026-02-07T22:02:49.641Z","avatar_url":"https://github.com/Cr0a3.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asc\n\nThe compiler for the ASM++ language\n\n## Warning\n\n\u003e The Code of this compiler is complete trash. (No ast)\n\n\u003e There aren't any error messages\n\n## Example\n\nSimple example how to create a simple programm in ASM++:\n\n```ASM++\nmain {\n    eax = 5\n    ret\n}\n```\n\nYou can then compile and link it:\n\n```bash\nasc test.a++ -o test.o\ng++ test.o -o test.out\n```\n\nThen you can run it as followed:\n\n```bash\n./a.out\n```\n\n## Building\n\nFirst you need to clone the reposentrory:\n\n```bash\ngit clone https://github.com/Toni-Graphics/asc.git\n```\n\nThen you can compile it (you need to have rust installed):\n\n```bash\ncargo build --release\n```\n\nYou can then copy from `target/release/asc.exe` to your installation directory\n\n## Documentation\n\nToDo\n\n## Support\n### Registers\n|64bit |32bit |16bit |8bit  |\n|------|------|------|------|\n|rax   |eax   |ax    |al    |\n|rbx   |ebx   |bx    |bl    |\n|rcx   |ecx   |cx    |cl    |\n|rdx   |edx   |dx    |dl    |\n|rsi   |esi   |si    |sil   |\n|rdi   |edi   |di    |dil   |\n|rsp   |esp   |sp    |spl   |\n|rbp   |ebp   |bp    |bpl   |\n|r8    |r8d   |r8w   |  /   |\n|r9    |r8d   |r8w   |  /   |\n|r10   |r10d  |r10w  |  /   |\n|r11   |r11d  |r11w  |  /   |\n|r12   |r12d  |r12w  |  /   |\n|r13   |r13d  |r13w  |  /   |\n|r14   |r14d  |r14w  |  /   |\n|r15   |r15d  |r15w  |  /   |\n\n### Instructions\nFollowing Instructions are supported:\n\n| Intel syntax | ASM++ synatx |\n|--------------|--------------|\n|mov %reg, val | reg = val    |\n|add %reg, val | reg + val    |\n|sub %reg, val | reg - val    |\n|mul %reg, val | reg * val    |\n|div %reg, val | reg / val    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcr0a3%2Fasc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcr0a3%2Fasc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcr0a3%2Fasc/lists"}