Term: Fall 2024
Instructor: Professor Assadi
This repository contains the practical assignments for the course Computer Structure and Assembly Language.
- Assignment 3: MIPS32 Assembly Basics
- Assignment 4: MIPS32 Assembly Basics
- Assignment 5: MIPS32 Assembly Functions
- Assignment 6: MIPS32 Assembly Recursive Functions
- Assignment 7: Intel x86_64
- Assignment 8: IBM S390x
├── Assignment-[n]
│ ├── Q1
│ │ ├── Assembly Code
│ │ └── Sample Input/Output
│ ├── Q2
│ │ ├── Assembly Code
│ │ └── Sample Input/Output
│ ├── ...
│ └── Q[m]
│ ├── Assembly Code
│ └── Sample Input/Output
├── Assignment-[n+1]
│ ├── Q1
│ │ ├── ...
│ ├── ...
├── ...
Each assignment folder includes the code and related documentation.