QtSpim

Spim is a self-contained simulator that runs MIPS32 programs. It reads and executes assembly language programs written for this processor. Spim also provides a simple debugger and minimal set of operating system services. Spim does not execute binary (compiled) programs.

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Windows
  • Linux
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Portable

 Tags

  • simulator
  • mips

QtSpim News & Activities

Highlights All activities

Recent activities

No activities found.

QtSpim information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
QtSpim was added to AlternativeTo by swda289346 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is QtSpim?

Spim is a self-contained simulator that runs MIPS32 programs. It reads and executes assembly language programs written for this processor. Spim also provides a simple debugger and minimal set of operating system services. Spim does not execute binary (compiled) programs.

Spim implements almost the entire MIPS32 assembler-extended instruction set. (It omits most floating point comparisons and rounding modes and the memory system page tables.) The MIPS architecture has several variants that differ in various ways (e.g., the MIPS64 architecture supports 64-bit integers and addresses), which means that Spim will not run programs for all MIPS processors.

Spim comes with complete source code and documentation.

Spim implements both a terminal and windows interfaces. On Microsoft Windows, Linux, and Mac OS X, the spim program offers a simple terminal interface and the QtSpim program provides the windowing interface. The older programs xspim and PCSpim provide native window interfaces for these systems as well.