From 0e8a260f4cc5c3319f097ad14daab1c81f7685fb Mon Sep 17 00:00:00 2001 From: gilfoyle97 Date: Fri, 11 Oct 2019 20:00:33 +0200 Subject: [PATCH] Update README.md --- README.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c6006..50926c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,53 @@ # Asm_mars_examples -Some of my assembly code ( examples, iterative and recursive algorithms ). +Some of my assembly code (examples, iterative and recursive algorithms). +I wrote these files while I was attending 'Computer Architecture' held by Prof. Sterbini in Sapienza University. +The course concerned about: + + Computer Abstractions and Technology + + Operations of the Computer Hardware + + Operands of the Computer Hardware + + Logical Operations 86 + + 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](https://github.com/edoardottt/Asm_mars_examples/blob/master/resources/CPU-con-pipeline-completa.pdf) -------------------------- If you liked it drop a :star: