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.
- Host: GitHub
- URL: https://github.com/gthomas08/assembly-programs
- Owner: gthomas08
- Created: 2020-02-16T14:03:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T09:24:04.000Z (over 4 years ago)
- Last Synced: 2025-01-21T03:41:46.844Z (5 months ago)
- Topics: assembly
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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