{"id":21145399,"url":"https://github.com/etchedpixels/fuzix-bintools","last_synced_at":"2025-07-28T09:08:13.417Z","repository":{"id":224422530,"uuid":"763189642","full_name":"EtchedPixels/Fuzix-Bintools","owner":"EtchedPixels","description":"Assembler, linker etc to go with the compiler","archived":false,"fork":false,"pushed_at":"2025-06-16T16:23:18.000Z","size":309,"stargazers_count":15,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-16T17:42:41.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EtchedPixels.png","metadata":{"files":{"readme":"README.6502","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,"zenodo":null}},"created_at":"2024-02-25T19:32:50.000Z","updated_at":"2025-06-16T16:23:23.000Z","dependencies_parsed_at":"2024-05-11T22:20:15.911Z","dependency_job_id":"9694f464-7e74-49bf-afe0-8092e0a9d7db","html_url":"https://github.com/EtchedPixels/Fuzix-Bintools","commit_stats":null,"previous_names":["etchedpixels/fuzix-bintools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EtchedPixels/Fuzix-Bintools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtchedPixels%2FFuzix-Bintools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtchedPixels%2FFuzix-Bintools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtchedPixels%2FFuzix-Bintools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtchedPixels%2FFuzix-Bintools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EtchedPixels","download_url":"https://codeload.github.com/EtchedPixels/Fuzix-Bintools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtchedPixels%2FFuzix-Bintools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267489835,"owners_count":24095817,"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-07-28T02:00:09.689Z","response_time":68,"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-20T08:39:56.995Z","updated_at":"2025-07-28T09:08:13.305Z","avatar_url":"https://github.com/EtchedPixels.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"6502 support\n\nSomewhat tested at this point as 6502 Fuzix is really only base level.\n\nSuports the full 6502 instruction set. The syntax is fairly conventional but\nmight benefit from a few synonyms. Supports most of the 65C816 extensions\nexcept for the 24bit addressing.\n\nAddresses are assumed to be zp relative when a constant whose value is \u003c 256\nabsolute, and the instruction has a zp form, otherwise absolute.\n\nA symbol can be forced to be a type by defining it within that segment thus\n\n\t.zp\nfred\t.equ\t32\n\ncreates a ZP based definition\n\n\t.absolute\nfred\t.equ\t32\n\ncreates an absolute constant (non-relocating)\n\n\t.code\n\nfred\t.equ\t32\n\ncreates a 16bit relocatable symbol relative to code space.\n\nAll the magic conversions assume ZP is 0.\n\nAs with 680X the use of '@' in front of a symbol forces it to be ZP\n\nTo Add\n======\n\n2A03\n65CE02\n65C816 24bit\n\nThe ability to specify where ZP is (and we need somewhere to tag that in the\nobject file format and linker!)\n\nThe ability to refuse to do ZP co-oercions for 65c816\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetchedpixels%2Ffuzix-bintools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetchedpixels%2Ffuzix-bintools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetchedpixels%2Ffuzix-bintools/lists"}