{"id":29083363,"url":"https://github.com/kntt32/as-macro","last_synced_at":"2026-05-19T07:31:05.753Z","repository":{"id":301343659,"uuid":"1001542743","full_name":"kntt32/as-macro","owner":"kntt32","description":"rust like high level assembler","archived":false,"fork":false,"pushed_at":"2025-11-13T11:50:04.000Z","size":1669,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-13T13:24:54.894Z","etag":null,"topics":["assembler","elf","low-level","programming-language","x64"],"latest_commit_sha":null,"homepage":"","language":"C","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/kntt32.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-13T15:01:27.000Z","updated_at":"2025-11-13T11:50:08.000Z","dependencies_parsed_at":"2025-06-26T11:46:05.607Z","dependency_job_id":"87880a19-f4a9-45c8-b59b-33a6b82f6738","html_url":"https://github.com/kntt32/as-macro","commit_stats":null,"previous_names":["kntt32/as-macro"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kntt32/as-macro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntt32%2Fas-macro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntt32%2Fas-macro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntt32%2Fas-macro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntt32%2Fas-macro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kntt32","download_url":"https://codeload.github.com/kntt32/as-macro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntt32%2Fas-macro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33206275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:16:55.748Z","status":"ssl_error","status_checked_at":"2026-05-19T07:16:54.366Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["assembler","elf","low-level","programming-language","x64"],"created_at":"2025-06-27T21:04:32.732Z","updated_at":"2026-05-19T07:31:05.748Z","avatar_url":"https://github.com/kntt32.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# as-macro\n\u003cimg src=\"https://github.com/user-attachments/assets/ab7c0fcd-b786-4672-9856-51ef4b415554\" width=\"500\"\u003e\n\nas-macroは、中水準プログラミングと高級アセンブラを合わせたアセンブラを作るプロジェクトです\n\n## 紹介動画\nhttps://github.com/user-attachments/assets/3e8e74df-f1b1-4552-8f6b-757e1280aee9\n\n\n## サンプルコード\n```\nimport std;\nimport std.io;\n\npub fn main() {\n    println(\"Hello, World!\");\n};\n```\n\n```\npub as memcpy(in dst: *void@reg+mem, in src: *void@reg+mem, in size: u64@reg+mem+imm) {\n    let dst_auto: *u8@auto = dst;\n    let src_auto: *u8@auto = src;\n    let size_auto: u64@auto = size;\n\n    {\n        let dst_rdi: *u8@rdi = dst_auto;\n        let src_rsi: *u8@rsi = src_auto;\n        let size_rcx: u64@rcx = size_auto;\n        \n        cld();\n\n        rep(size_rcx);\n        movs(dst_rdi, src_rsi);\n    };\n};\n```\n\n## Wiki\n[as-macro Wiki](https://github.com/kntt32/as-macro/wiki)\n\n## 関連リポジトリ\n[as-macro-rs](https://github.com/kntt32/as-macro-rs) : as-macroアセンブラをRustで書き直し  \n[as-os](https://github.com/kntt32/as-os/) : as-macroとRustを使用する予定のOS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkntt32%2Fas-macro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkntt32%2Fas-macro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkntt32%2Fas-macro/lists"}