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

https://github.com/gthomas08/assembly-programs

Programs implemented in Assembly.
https://github.com/gthomas08/assembly-programs

assembly

Last synced: 4 months ago
JSON representation

Programs implemented in Assembly.

Awesome Lists containing this project

README

        

# Programs in Assembly

## About The Project

These programs were part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.

## Exercises
1. Exercise 1
- Introductory exercise
2. Exercise 2
- Add bytes
- Add halfwords
- Add words
- Add longwords
3. Exercise 3
- Study status register
- Calculate Fibonacci numbers
- Access consecutive memory addresses
4. Exercise 4
- Calculate mathematical expression
- Find maximum value
- Calculate polynomial
5. Exercise 5
- Implement insertion sort
- Execute an algorithm
- **Note**: Since there was no actual code written in the first exercise, there is no folder representing the exercise.

## Tools
- µVision® IDE