{"id":19912121,"url":"https://github.com/patrislav/triton-tools","last_synced_at":"2026-04-19T06:48:35.400Z","repository":{"id":87730968,"uuid":"243825432","full_name":"patrislav/triton-tools","owner":"patrislav","description":"Tools for use with the Triton CPU architecture","archived":false,"fork":false,"pushed_at":"2020-02-28T18:17:31.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-22T10:49:20.611Z","etag":null,"topics":["assembler","ternary-computer"],"latest_commit_sha":null,"homepage":"","language":"Go","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/patrislav.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":"2020-02-28T18:08:51.000Z","updated_at":"2020-02-29T12:29:44.000Z","dependencies_parsed_at":"2023-04-11T04:35:12.890Z","dependency_job_id":null,"html_url":"https://github.com/patrislav/triton-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patrislav/triton-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrislav%2Ftriton-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrislav%2Ftriton-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrislav%2Ftriton-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrislav%2Ftriton-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrislav","download_url":"https://codeload.github.com/patrislav/triton-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrislav%2Ftriton-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["assembler","ternary-computer"],"created_at":"2024-11-12T21:28:18.884Z","updated_at":"2026-04-19T06:48:35.382Z","avatar_url":"https://github.com/patrislav.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Triton Tools\n\nThis repository contains tools for use with the [Triton](https://github.com/patrislav/triton) architecture and CPU family.\n\nCurrently it only contains a very basic assembler (trasm) and disassembler (detrasm.)\n\n## Usage\n\nThe following command will build all the tools and place them in the `bin` directory:\n\n```bash\nmake\n```\n\nTo assemble a `.tras` source into a ternary program and output it to a file:\n\n```bash\ncat path/to/file.tras | bin/trasm \u003e path/to/output.bct\n```\n\nTo disassemble a ternary program into an instruction listing and print it to standard output:\n\n```bash\ncat path/to/file.bct | bin/detrasm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrislav%2Ftriton-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrislav%2Ftriton-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrislav%2Ftriton-tools/lists"}