Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erykmika/ak2-assembly
This repository contains my solutions to assignments from Computer Architecture 2 (Architektura Komputerów 2) lab classes.
https://github.com/erykmika/ak2-assembly
ak2 assembly low-level politechnikawroclawska
Last synced: 5 days ago
JSON representation
This repository contains my solutions to assignments from Computer Architecture 2 (Architektura Komputerów 2) lab classes.
- Host: GitHub
- URL: https://github.com/erykmika/ak2-assembly
- Owner: erykmika
- Created: 2023-08-15T14:43:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T14:59:58.000Z (over 1 year ago)
- Last Synced: 2024-11-13T22:07:54.800Z (2 months ago)
- Topics: ak2, assembly, low-level, politechnikawroclawska
- Language: Assembly
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AK2-assembly
This repository consists of solutions to the tasks that I had to solve during the Computer Architecture 2 lab classes. They are done using GNU Assembler. Each assignment within the repository has a makefile dedicated to it.## Lab 0
Create programs hello, writeText, compareText.## Lab 1
Write two programs to perform addition and subtraction on large numbers that exceed the width of a single machine word (in this case, 32 bits).## Lab 2
Floating Point Unit. Generate specific special values (NaN, +/-inf, +/-0). Manipulate the bits of the FPU control word.