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
# compile example c program to generate mips 1 binary at /bin
$ make ex_plus
$ go run cmd/emu/main.go -f bin/main -d