Code Monkey home page Code Monkey logo

lab3's Introduction

CS232-Lab3

VIVA will be conducted for this Lab.

Tutorial Videos:

Reading Material:

Questions:

Installation Instructions:

nasm

wget http://archive.ubuntu.com/ubuntu/pool/universe/n/nasm/nasm_2.15.05-1_amd64.deb
sudo apt install nasm_2.15.05-1_amd64.deb

spim

sudo apt-get install spim

Submission Instructions:

  • Clone this repo, name it as {roll_number}_cs232_lab3
  • Make sure to keep your repo as private (It's your responsibility to keep it private, we will not be responsible for any plagiarism/loss of marks due to this)
  • Final submission structure should look like this:
{roll_number}_cs232_lab3
├── Q2
│   ├── inverse.s
├── Q3
│   ├── inplacemergesort.s
├── Q4
│   ├── io.asm
│   ├── Makefile
│   ├── matrix-multiplcation-testbench.asm
│   ├── matrix-multiplication-ijk.asm
│   ├── matrix-multiplication-ikj.asm
│   ├── matrix-multiplication-jik.asm
│   ├── matrix-multiplication-jki.asm
│   ├── matrix-multiplication-kij.asm
│   ├── matrix-multiplication-kji.asm
│   ├── memory-test.asm
├── {roll_number}-report.pdf
  • You need to submit a pdf report named {roll_number}-report.pdf containing the details required by the questions.
  • Submit a compressed file {roll_number}_cs232_lab3.tar.gz
  • Here, {roll_number} is your roll number.

lab3's People

Contributors

girish-srivatsa avatar prajeeths18 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.