SkillAgentSearch skills...

Mipsemu

MIPS processor emulator written in Golang.

Install / Use

/learn @0n1shi/Mipsemu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MIPS Emulator

A MIPS1 Emulator written in Golang.

NAME:
   Misper - A MIPS CPU Emulator written in Golang

USAGE:
   main [global options] command [command options] [arguments...]

VERSION:
   unset

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --file value, -f value  A file path of MIPS binary
   --debug, -d             Running in debug mode (default: false)
   --help, -h              show help (default: false)
   --version, -v           print the version (default: false)
2021/02/11 15:05:34 error: Required flag "file" not set

Example

Get started

# compile example c program to generate mips 1 binary at /bin
$ make ex_plus

$ go run cmd/emu/main.go -f bin/main -d

Blog

https://k-onishi.hatenablog.jp/entry/2021/02/11/153659

Refs

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Go

Security Score

90/100

Audited on Feb 8, 2026

No findings