Skip to content

BakaSea/MipsSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

MipsSimulator

A simulator for mips coded by c

> MipsSimulator.exe <parameter> <files/number> ... 

Parameters:

  • -t: The file of .text
  • -ta: The address of .text
  • -d: The file of .data
  • -da: The address of .data
  • -m: The size of memory
  • -sp: The address of $sp
  • -gp: The address of $gp

Examples:

> MipsSimulator.exe -t fib 
> MipsSimulator.exe -t fact -ta 0x1000 
> MipsSimulator.exe -t Helloworld_text -d Helloworld_data 

About

A simulator for mips coded by c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published