{"id":20205948,"url":"https://github.com/kaplanmaxe/mips-disassembler","last_synced_at":"2026-06-10T05:31:04.625Z","repository":{"id":84708649,"uuid":"169933006","full_name":"kaplanmaxe/mips-disassembler","owner":"kaplanmaxe","description":"A disassembler for the MIPS instruction set","archived":false,"fork":false,"pushed_at":"2019-02-13T02:49:20.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T09:42:40.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaplanmaxe.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2019-02-10T01:41:01.000Z","updated_at":"2024-05-22T08:51:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"47951dfe-5937-4d6d-9a7e-aed954c5b9d0","html_url":"https://github.com/kaplanmaxe/mips-disassembler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaplanmaxe/mips-disassembler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fmips-disassembler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fmips-disassembler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fmips-disassembler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fmips-disassembler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaplanmaxe","download_url":"https://codeload.github.com/kaplanmaxe/mips-disassembler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanmaxe%2Fmips-disassembler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34139178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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-14T05:20:16.832Z","updated_at":"2026-06-10T05:31:04.602Z","avatar_url":"https://github.com/kaplanmaxe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MIPS Disassembler\n\n[![Build Status](https://travis-ci.com/kaplanmaxe/mips-disassembler.svg?branch=master)](https://travis-ci.com/kaplanmaxe/mips-disassembler)\n\nMIPS Disassembler written in C++\n\n### Description\n\nThis project was for a masters class. **It is still a WIP and does not support all instructions correctly.**\n\nIt takes in machine code from stdin and outputs the corresponding assembly.\n\nThe format of this may change in the future. It was simply an assignment.\n\n### Build\n\n```\ncmake .\nmake\n```\n\n### Running\n\nRunning `make` (after running `cmake .`) will output an executable called `./mips-disassembler`.\n\nSimply run `./mips-disassembler`\n\nIt will accept in machine code as a value in stdin and print the correct result to stdout.\n\n\n### Example\n\n```\n$ ./mips-disassembler\nPlease enter a 32 bit long string:\n00100011101111011111111111100000 \u003c-- You enter this here\nValid bit string: 00100011101111011111111111100000\ndisassembled result: addi $sp, $sp, -32\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanmaxe%2Fmips-disassembler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaplanmaxe%2Fmips-disassembler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanmaxe%2Fmips-disassembler/lists"}