Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moeeinaali/csml-project

Project of Dr. Jahangir's CE40126: Computer Structure and Machine Language (Sharif University of Technology - Fall 2023)
https://github.com/moeeinaali/csml-project

8086 asm assembly gdb

Last synced: 28 days ago
JSON representation

Project of Dr. Jahangir's CE40126: Computer Structure and Machine Language (Sharif University of Technology - Fall 2023)

Awesome Lists containing this project

README

        

# CSML-Project
Project of Dr. Jahangir's CE40126: Computer Structure and Machine Language (Sharif University of Technology - Fall 2023)

# Project Documentation

Explore the documentation for various assembly code projects related to image processing and matrix operations.

1. [Convolution Image Processing with Assembly Code](https://github.com/MoeeinAali/CSML-Project/blob/53f44ad647e8680de17e1a83877029e4de877bbc/Docs/Convolution%20Image%20Processing%20with%20Assembly%20Code.md) - Demonstrates image processing using convolution in assembly language.

2. [Matrix Convolution](https://github.com/MoeeinAali/CSML-Project/blob/6d8d2cc03fa9d3307f614076997af71d66290bcc/Docs/Matrix%20Convolution.md) - Details on matrix convolution with assembly code.

3. [Matrix Multiplication in Assembly](https://github.com/MoeeinAali/CSML-Project/blob/6d8d2cc03fa9d3307f614076997af71d66290bcc/Docs/Matrix%20Multiplication%20in%20Assembly.md) - Explains matrix multiplication using assembly language.

4. [Parallel Matrix Multiplication in SIMD Assembly](https://github.com/MoeeinAali/CSML-Project/blob/6d8d2cc03fa9d3307f614076997af71d66290bcc/Docs/Parallel%20Matrix%20Multiplication%20in%20SIMD%20Assembly.md) - Discusses parallel matrix multiplication with SIMD instructions.

5. [SIMD Convolution Assembly Code](https://github.com/MoeeinAali/CSML-Project/blob/6d8d2cc03fa9d3307f614076997af71d66290bcc/Docs/SIMD%20Convolution%20Assembly%20Code.md) - Covers convolution using SIMD (Single Instruction, Multiple Data) instructions in assembly.

6. [SIMD vs. Non-SIMD Matrix Multiplication Comparison](https://github.com/MoeeinAali/CSML-Project/blob/6d8d2cc03fa9d3307f614076997af71d66290bcc/Docs/SIMD%20vs.%20Non-SIMD%20Matrix%20Multiplication%20Comparison.md) - Compares SIMD and non-SIMD matrix multiplication performance.

Feel free to explore the individual documentation files for detailed information on each topic.