We will be using QtSpim (MIPS Simulator) for the further assignments on MIPS assembly language.
Download and Installation instructions:
- Commands to follow (Linux Users):
- $ sudo apt-get install qt4-dev-tools qt4-doc libqt4-help
- $ wget https://sourceforge.net/projects/spimsimulator/files/qtspim_9.1.20_linux64.deb
- $ sudo dpkg -i qtspim_9.1.20_linux64.deb
- To Launch QtSpim: $ qtspim &
- Commands to follow (Windows Users):
- Click on the setup
- Accept the licence and install it.
- Commands to follow (MacOS Users)
- Download:
https://sourceforge.net/projects/spimsimulator/files/QtSpim_9.1.20_mac.mpkg.zip/downlo ad
- Decompress it and install QtSpim from the setup.
Tutorial to understand QtSpim:
https://ecs-network.serv.pacific.edu/ecpe-170/tutorials/qtspim-tutorial
Description of the uploaded example files:
- asm: Performs addition and subtraction on integers
- asm: Prints hello world
- Row-major.asm: Stores 0-255 values in a row-major order in 1616 matrix.
Reviews
There are no reviews yet.