🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.
-
Updated
Nov 22, 2024 - Assembly
🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.
OpenMP bit-level sieve of Eratosthenes
A command line app that lets you take timestamped notes, and does quick calculations like bit shifts, radix conversions, and spitting out the ascii value of characters.
Sum two integers without using + operator
A data exchange program using UNIX signals
BCIT Computer Systems Technology (CST) - COMP 2510 (Procedural Programming)
This project is a custom implementation of the fundamental function printf.
Dynamic boolean vector implementation for C programming language.
Another variant of integer pow but using C++20.
The purpose of this project is to code a small data exchange program using UNIX signals.
Algorithm compresses image by taking diagonal averages of pixels and storing every four pixels in one pixel which reduces size significantly. Most images tested don't lose more than 2%. Decompression algorithm implemented too. Have fun trying it with the display in a ssh -X. Make sure you install X-quartz :)
An Application uses error-correcting code to encode a text file, simulate a random 1-bit error on each byte, and correct the errors using parity bits.
Reversible encryption Bit Shifted Base64
Small data exchange between client and server programs using UNIX signals
Add a description, image, and links to the bit-shifting topic page so that developers can more easily learn about it.
To associate your repository with the bit-shifting topic, visit your repo's landing page and select "manage topics."