{"id":21743838,"url":"https://github.com/plus-postech/clemency-asm","last_synced_at":"2026-04-12T16:02:33.941Z","repository":{"id":86065864,"uuid":"99292703","full_name":"PLUS-POSTECH/clemency-asm","owner":"PLUS-POSTECH","description":"Assembler for cLEMENCy architecture","archived":false,"fork":false,"pushed_at":"2017-08-04T02:06:45.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T22:21:27.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/PLUS-POSTECH.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":"2017-08-04T02:06:06.000Z","updated_at":"2017-08-04T02:06:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"704ab022-787c-47c9-a07a-ad36dea088c0","html_url":"https://github.com/PLUS-POSTECH/clemency-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/PLUS-POSTECH%2Fclemency-asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLUS-POSTECH%2Fclemency-asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLUS-POSTECH%2Fclemency-asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLUS-POSTECH%2Fclemency-asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PLUS-POSTECH","download_url":"https://codeload.github.com/PLUS-POSTECH/clemency-asm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722616,"owners_count":20499151,"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-26T07:09:13.441Z","updated_at":"2025-10-18T20:59:35.270Z","avatar_url":"https://github.com/PLUS-POSTECH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clemency_asm\n\n[cLEMENCy architecture](https://blog.legitbs.net/2017/07/the-clemency-architecture.html) is a custom architecture created by legitBS for DEFCON 25. This repository contains an assembler for cLEMENCy architecture, which was developed during the contest period.\n\n## Usage\n### As a standalone binary\n```bash\n$ python clemency_asm.py sample/test.casm output.bin\n```\n\n### As a library\n```python\nfrom clemency_asm import asm\nasm('AD r00, r00, r01')\n```\n\n## Macro Instruction\n### MA!: Move All\n```\nMA! rA, IMM\n==\nML rA, IMM \u0026 0b1111111111\nMH rA, IMM \u003e\u003e 10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus-postech%2Fclemency-asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus-postech%2Fclemency-asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus-postech%2Fclemency-asm/lists"}