Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.