{"id":33283164,"url":"https://github.com/tparker48/mips_emulator","last_synced_at":"2025-11-17T14:01:25.545Z","repository":{"id":323748786,"uuid":"1074645196","full_name":"tparker48/mips_emulator","owner":"tparker48","description":"MIPS Emulator + Assembler","archived":false,"fork":false,"pushed_at":"2025-11-11T21:19:23.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-11T23:20:40.742Z","etag":null,"topics":["assember","assembly","emulation","emulator","mips","mips-architecture","mips-assembly","simulation","simulator"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tparker48.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-12T07:41:40.000Z","updated_at":"2025-11-11T21:19:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tparker48/mips_emulator","commit_stats":null,"previous_names":["tparker48/mips_emulator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tparker48/mips_emulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tparker48%2Fmips_emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tparker48%2Fmips_emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tparker48%2Fmips_emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tparker48%2Fmips_emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tparker48","download_url":"https://codeload.github.com/tparker48/mips_emulator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tparker48%2Fmips_emulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284893575,"owners_count":27080531,"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-11-17T02:00:06.431Z","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":["assember","assembly","emulation","emulator","mips","mips-architecture","mips-assembly","simulation","simulator"],"created_at":"2025-11-17T14:01:00.157Z","updated_at":"2025-11-17T14:01:25.098Z","avatar_url":"https://github.com/tparker48.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MIPS Emulator\n\n![tui](https://github.com/tparker48/mips_emulator/blob/master/screenshot.PNG)\n\n - A MIPS CPU emulator written in C\n    - Emulates full MIPS 5-stage pipeline (IF, ID, EXE, MEM, WB)\n    - Forwarding and bubble insertion for RAW hazards\n    - Interrupt handling (WIP)\n    - Full instruction set support (WIP)\n    - Debugging (WIP)\n\n - MIPS assembler written in Python\n    - Writes assembly files (.s/.asm) to binary (.bin) (big endian)\n\n\n\n# Assembler: Generating Machine Code from MIPS Assembly\n---\n\n## Requirements\n\n- **Python 3.10+**\n- **sly** (Sly Lex-Yacc) - used for lexing and parsing\n\n```bash\npip install -r requirements.txt\n```\n## Running the Assembler\n```\nTODO\n```\n\n# CPU Emulator: Execute MIPS Machine Code\n---\n## Building\n```\nmake\n```\nThis produces the executable mips_sim (or mips_sim.exe on Windows).\n\nClean with:\n```\nmake clean\n```\n\n## Running\n\nRun an assembled binary with:\n```\n./mips_sim [my_mips_binary]\n```\n\n# Running Tests\n---\nRun tests with:\n```\npython -m tests.test_runner\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftparker48%2Fmips_emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftparker48%2Fmips_emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftparker48%2Fmips_emulator/lists"}