{"id":15718245,"url":"https://github.com/sajattack/tms34010-asm","last_synced_at":"2026-03-02T05:02:17.876Z","repository":{"id":43331641,"uuid":"385476598","full_name":"sajattack/tms34010-asm","owner":"sajattack","description":"Disassembler for TI TMS34010 CPU (and maybe an assembler too one day)","archived":false,"fork":false,"pushed_at":"2024-03-05T05:39:28.000Z","size":47,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-28T21:48:19.532Z","etag":null,"topics":["cpu","disassembler","rust","tms34010"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sajattack.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":"2021-07-13T04:37:27.000Z","updated_at":"2023-02-11T03:29:02.000Z","dependencies_parsed_at":"2024-10-24T14:32:30.845Z","dependency_job_id":"964b9ede-2b97-46a8-b580-27bdeae2fc28","html_url":"https://github.com/sajattack/tms34010-asm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sajattack/tms34010-asm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajattack%2Ftms34010-asm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajattack%2Ftms34010-asm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajattack%2Ftms34010-asm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajattack%2Ftms34010-asm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sajattack","download_url":"https://codeload.github.com/sajattack/tms34010-asm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajattack%2Ftms34010-asm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["cpu","disassembler","rust","tms34010"],"created_at":"2024-10-03T21:52:33.599Z","updated_at":"2026-03-02T05:02:17.860Z","avatar_url":"https://github.com/sajattack.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tms34010-asm\n\n## Installation\n- Follow instructions to install rust at https://rustup.rs/\n- then run the following\n ```sh\n cargo install --git https://github.com/sajattack/tms34010-asm\n ```\n \n ## Building from a git checkout (so you can make changes)\n ```sh\ngit clone https://github.com/sajattack/tms34010-asm.git\ncd tms34010-asm\ncargo build --release\n```\noutput binary will be under `/target` after running the above steps\nor you can build and run in one operation by replacing \n\n`cargo build --release` \n\nwith \n\n`cargo run --release -- \u003cargs\u003e`\n\n## Disassembler usage\n```\nTMS34010 Disassembler 0.1.0\nPaul Sajna, hello@paulsajna.com\nDisassembler for Texas Instruments TMS34010 CPU\n\nUSAGE:\n    tms34010-disasm [OPTIONS] \u003cin_file\u003e\n\nARGS:\n    \u003cin_file\u003e    File to disassemble\n\nOPTIONS:\n    -h, --help               Print help information\n    -o, --offset \u003coffset\u003e    Seek N bytes in in_file before starting disassembly [default: 0]\n    -p, --pc \u003cstart_pc\u003e      Initial program counter at start of file or seek address [default: 0]\n    -s, --size \u003csize\u003e        Limit number of bytes to disassemble\n    -V, --version            Print version information\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajattack%2Ftms34010-asm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajattack%2Ftms34010-asm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajattack%2Ftms34010-asm/lists"}