An open API service indexing awesome lists of open source software.

https://github.com/shreyansh26/cse312-computer-architecture-codes

Codes related to the Computer Architecture Course at IIT (BHU) Varanasi
https://github.com/shreyansh26/cse312-computer-architecture-codes

assembly computer-architecture mips

Last synced: about 2 months ago
JSON representation

Codes related to the Computer Architecture Course at IIT (BHU) Varanasi

Awesome Lists containing this project

README

        

# CSE312-Computer Architecture Codes

This repository contains codes related to the Computer Architecture Course taught in 6th Sem at IIT (BHU), Varanasi.

## Software Required
* xspim - `sudo apt install spim`
* qtspim - Download from [SourceForge](https://sourceforge.net/projects/spimsimulator/files/qtspim_9.1.20_linux64.deb/download). Then `sudo dpkg -i qtspim_9.1.20_linux64.deb`

## How to run
* xspim - `$ xspim` or `$ xspim -font 6x10`
* qtspim - `$ qtspim`

The code and `README` for each Assignment is in its respective folder.