Honestly, I built this because I was tired of scrolling through massive, unsearchable PDFs and messy Word docs just to find specific assembly codes for the lab.
This is a single-file web viewer that contains the full archive of 33 experiments for the 8086 Microprocessor lab. It’s designed to be fast, dark-mode friendly
It covers pretty much everything we do in the lab, from the basics to the annoying hardware/interfacing stuff:
- Basic Arithmetic: Addition, Subtraction (both Signed/Unsigned logic included), Multiplication, Division.
- Block Ops: Moving data, reversing arrays.
- Sorting & Search: Bubble sort, finding min/max values.
- String Manipulation: Length, reverse, palindrome, finding substrings, replacing words (e.g., 'good' to 'the').
- Conversions: Binary to BCD, etc.
- Floating Point (8087): Using the FPU stack for math and trig.
- Extras: Prime number generation, Factorials, Fibonacci.