This repository is my collection of introductory programming exercises and code snippets developed using Intel 8086 Assembly Language.
The primary goal is to showcase my foundational knowledge of:
- Low-level programming concepts.
- Register manipulation and memory addressing.
- Interaction with the MS-DOS environment via the
INT 21Hsystem calls.
Each exercise focuses on a specific programming task and is named as such.
This repository is primarily for showcasing the low-level source code and is not intended for direct execution.
However, if you wish to run the examples, they can be assembled and executed using an environment like the EMU8086 emulator or by configuring a DOS environment with TASM (or MASM).