Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edoardottt/asm-snippets

Some of my assembly code (examples, iterative and recursive algorithms) from Computer's Architecture course in Sapienza University, CS Bachelor's Degree :floppy_disk:
https://github.com/edoardottt/asm-snippets

algorithms asm asm-mars assembler assembly assembly-language assembly-language-programming assembly-x86 assemblyscript computer-hardware cpu mips mips-architecture mips-assembly mips-processor parallelism processor recursive-algorithms storage

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

MIPS Architecture 💾
-------

![cpuwithcompletepipeline](https://github.com/edoardottt/images/blob/main/asm-snippets/mips.png)
Ref:

I wrote these files while I was attending the *Computer's Architecture* course held by Professor Sterbini in Sapienza University of Rome.

Course syllabus:

- 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

Download ⬇️
-------

```console
git clone https://github.com/edoardottt/asm-snippets
```

Contributing 🤝
------

If you spot an error just open an [issue](https://github.com/edoardottt/asm-snippets/issues).

License 📝
-------

This repository is [unlicensed](https://github.com/edoardottt/asm-snippets/blob/master/LICENSE).
[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.