Skip to content

rubenjr0/mips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reduced MIPS Emulator Project

Reduced MIPS emulator written in Rust, plus a rom_writer.py script.

CPU

  • 32-bit Reduced MIPS architecture
  • 32 32-bit registers
  • 32-bit Program Counter register

RAM

  • 4 kB RAM
  • 32-bit words
  • Big Endian

TODO

Short term

  • Emulator / VM interface
  • Change registers and RAM type from u32 and u8 to i32 and i8

Mid term

  • Floating point registers
  • Clock speed simulation

Long term

  • Basic graphics and/or sound

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published