SkillAgentSearch skills...

SIMP

SIMP: SImple Mips Processor emulator

Install / Use

/learn @yysung1123/SIMP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SIMP: SImple Mips Processor emulator

This is a MIPSEL32 processor emulator in Rust.

Inspired from https://github.com/d0iasm/rvemu-for-book

simp

Build and Run

addu-addiu

$ make -C mips-examples/addu-addiu
$ cargo run mips-examples/addu-addiu/addu-addiu.bin

fibonacci

$ make -C mips-examples/fib
$ cargo run mips-examples/fib/fib.bin

instruction test

$ make -C mips-examples/inst-test
$ cargo run mips-examples/inst-test/inst-test.bin
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks2

Languages

Rust

Security Score

55/100

Audited on Mar 28, 2024

No findings