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
- Host: GitHub
- URL: https://github.com/shreyansh26/cse312-computer-architecture-codes
- Owner: shreyansh26
- Created: 2019-01-22T09:52:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T14:55:01.000Z (over 6 years ago)
- Last Synced: 2025-03-24T18:52:34.745Z (2 months ago)
- Topics: assembly, computer-architecture, mips
- Language: Assembly
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.