{"id":19674766,"url":"https://github.com/cloudwego/iasm","last_synced_at":"2025-10-06T12:10:33.669Z","repository":{"id":231090587,"uuid":"774339810","full_name":"cloudwego/iasm","owner":"cloudwego","description":"Interactive Assembler for Go.","archived":false,"fork":false,"pushed_at":"2025-02-19T03:18:24.000Z","size":14142,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-06-04T11:22:19.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudwego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-19T11:30:56.000Z","updated_at":"2025-05-23T09:05:05.000Z","dependencies_parsed_at":"2025-02-27T05:40:45.715Z","dependency_job_id":null,"html_url":"https://github.com/cloudwego/iasm","commit_stats":null,"previous_names":["cloudwego/iasm"],"tags_count":4,"template":false,"template_full_name":"cloudwego/.github","purl":"pkg:github/cloudwego/iasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwego%2Fiasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwego%2Fiasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwego%2Fiasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwego%2Fiasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudwego","download_url":"https://codeload.github.com/cloudwego/iasm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudwego%2Fiasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278606738,"owners_count":26014685,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T17:19:43.616Z","updated_at":"2025-10-06T12:10:33.602Z","avatar_url":"https://github.com/cloudwego.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `IASM` -- Interactive Assembler for Go.\n\nDual-purpose assembly engine written in pure Golang.\n\nThe `x86_64` package was ported from a Python module [`PeachPy`](https://github.com/Maratyszcza/PeachPy), with some adaption to the Go language features.\n\n**Currently, IASM only supports x86_64, because it's the only architecture I am very familiar with.**\n\n### It can be used as a dynamic assembler\n\nThis can be used to implement:\n\n* JIT engine\n* Compiler backend\n* And more !\n\nSee `x86_64/program_test.go` for more info.\n\n### It can also be used as a static assembler\n\nFor `macOS`:\n\n```bash\ngit clone https://github.com/chenzhuoyu/iasm\ncd iasm\ngo build ./cmd/iasm\n./iasm -h\n./iasm -f macho -D __Darwin__ -o helloworld example/helloworld.s\n./helloworld \n```\n\n### It also contains an interactive REPL shell\n\nJust run IASM without any arguments.\n\n```bash\n./iasm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudwego%2Fiasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudwego%2Fiasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudwego%2Fiasm/lists"}