Lab Manual : Addition & Subtraction of numbers array

Опубликовано: 03 Май 2026
на канале: Mr MLP
339
10

Welcome to this detailed lab manual tutorial on how to write an 8086 assembly language program to perform addition and subtraction on an array of numbers. In this video, we’ll walk you through the step-by-step process of coding, from setting up your data segment to executing loops that handle arithmetic operations on multiple numbers.

🔍 What You’ll Learn:
Setting up and initializing data in 8086 assembly language.
Using registers and memory addressing for array manipulation.
Implementing loops for addition and subtraction of array elements.
Understanding the structure and flow of assembly language programs.
🛠 Code Overview:
In this experiment, we demonstrate how to:

Store a series of numbers in memory.
Use loops to traverse the array.
Perform addition and subtraction operations on each element.
Store the results in memory for further use.
📝 Experiment Details:
Processor: 8086 Microprocessor
Programming Language: Assembly Language
Objective: Addition and Subtraction of N numbers stored in an array
Tools: MASM/TASM assembler, DOSBox or any 8086 emulator

Whether you’re a student working on your microprocessor lab or a hobbyist exploring low-level programming, this video will provide you with the foundational skills needed to work with 8086 assembly language.