{"id":22066355,"url":"https://github.com/mayank31398/mips-simulator","last_synced_at":"2026-05-07T11:35:14.524Z","repository":{"id":129691203,"uuid":"161690896","full_name":"mayank31398/MIPS-simulator","owner":"mayank31398","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-13T20:24:40.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T18:28:06.924Z","etag":null,"topics":["computer-architecture","mips","simulator"],"latest_commit_sha":null,"homepage":null,"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/mayank31398.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":"2018-12-13T20:23:21.000Z","updated_at":"2023-09-29T08:15:39.000Z","dependencies_parsed_at":"2023-04-23T19:32:12.698Z","dependency_job_id":null,"html_url":"https://github.com/mayank31398/MIPS-simulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mayank31398/MIPS-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank31398%2FMIPS-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank31398%2FMIPS-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank31398%2FMIPS-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank31398%2FMIPS-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayank31398","download_url":"https://codeload.github.com/mayank31398/MIPS-simulator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayank31398%2FMIPS-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["computer-architecture","mips","simulator"],"created_at":"2024-11-30T19:27:46.483Z","updated_at":"2026-05-07T11:35:14.508Z","avatar_url":"https://github.com/mayank31398.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MIPS simulator\n### This repository contains an instruction level-simulator for a subset of the MIPS instruction set.\n#### The memory is considered to be byte-addressable. Little-endian architecture has been implemented.\n\nNote: The makefile is created for Windows. Create your own makefile for running on Linux.\nSome examples of MIPS code are also provided in the inputs folder. (.x files are .s codes converted to hexadecimal)\n\n###### The instructions implemented are:\n\n1. J\n2. JAL\n3. BEQ\n4. BNE\n5. BLEZ\n6. BGTZ\n7. ADDI\n8. ADDIU\n9. SLTI\n10. SLTIU\n11. ANDI\n12. ORI\n13. XORI\n14. LUI\n15. LB\n16. LH\n17. LW\n18. LBU\n19. LHU\n20. SB\n21. SH\n22. SW\n23. BLTZ\n24. BGEZ\n25. BLTZAL\n26. BGEZAL\n27. SLL\n28. SRL\n29. SRA\n30. SLLV\n31. SRLV\n32. SRAV\n33. JR\n34. JALR\n35. ADD\n36. ADDU\n37. SUB\n38. SUBU\n39. AND\n40. OR\n41. XOR\n42. NOR\n43. SLT\n44. SLTU\n45. MULT\n46. MFHI\n47. MFLO\n48. MTHI\n49. MTLO\n50. MULTU\n51. DIV\n52. DIVU\n53. SYSCALL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayank31398%2Fmips-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayank31398%2Fmips-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayank31398%2Fmips-simulator/lists"}