edoardottt / Asm_mars_examples

Some of my assembly code ( examples, iterative and recursive algorithms ) from Computer's Architecture course in Sapienza University, CS Bachelor Degree :floppy_disk:

Home Page:https://www.edoardoottavianelli.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asm_mars_examples

Some of my assembly code (examples, iterative and recursive algorithms).

MIPS Architecture 💾

Source: https://en.wikipedia.org/wiki/MIPS_architecture

cpuwithcompletepipeline

I wrote these files while I was attending Computer's Architecture held by Prof. Sterbini in Sapienza University of Rome. The course concerned about:

  • Computer Abstractions and Technology
  • Operations of the Computer Hardware
  • Operands of the Computer Hardware
  • Logical Operations
  • Parallelism and Instructions: Synchronization
  • Arithmetic for Computers
  • Parallelism and Computer Arithmetic
  • The Processor Logic Design
  • Pipelining
  • Data Hazards: Forwarding vs. Stalling
  • Control Hazards
  • Exceptions
  • Memory Hierarchy
  • Caches
  • Measuring and Improving Cache Performance
  • Virtual Memory
  • Cache Coherence
  • Storage and Other I/O Topics
  • Disk Storage
  • Flash Storage
  • Connecting Processors, Memory, and I/O Devices
  • Interfacing I/O Devices to the Processor, Memory, and Operating System

The Mips Architecture

Download 📡

git clone https://github.com/edoardottt/Asm_mars_examples.git

License 📝

This repository is unlicensed.
edoardoottavianelli.it to contact me.

About

Some of my assembly code ( examples, iterative and recursive algorithms ) from Computer's Architecture course in Sapienza University, CS Bachelor Degree :floppy_disk:

https://www.edoardoottavianelli.it

License:The Unlicense


Languages

Language:Assembly 100.0%