mipsemu

module
v0.0.0-...-3632e1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2022 License: MIT

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

Directories

Path Synopsis
cmd
emu
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL