- 8086 Assembly Program to Add Two 16-bit Numbers
- 8086 Assembly Program for Addition of Two 8 bit Numbers
- 8086 Assembly Program to Divide Two 16 bit Numbers
- 8086 Assembly Program to Subtract Two 16 bit Numbers
- 8086 Assembly Program to Multiply Two 16 bit Numbers
- 8086 Assembly Program for Subtraction of Two 32 bit Numbers
- 8086 Assembly Program to Multiply Two 32 bit Numbers
- 8086 Assembly Program to Add Two 32 bit Numbers
- 8086 Assembly Program for Division of Two 8 bit Numbers
- 8086 Assembly Program for Multiplication of Two 8 bit Numbers
- 8086 Assembly Program for Subtraction of Two 8 bit Numbers
- 8086 Assembly Program to Display String ‘hello’
- Implementing JUMP, PUSH, POP, IN & OUT in Assembly Program on 8086
- Interrupting BIOS with 8086 Assembly Program
- 8086 Assembly Program to Print ‘hello’ using 09H
- 8086 Assembly Program to Search an Element in an Array
- Performing Block Transfer using Assembly Language
- 8086 Assembly Program to Check if String is Palindrome or not
- 8086 Assembly Program to Find Reverse of an Array
- 8086 Assembly Program to Convert BCD Number into Binary Format
- 8086 Assembly Program to Convert Binary Number into BCD Format
- 8086 Assembly Program to Count Number of 0’s and 1’s from a Number
- 8086 Assembly Program to Count Number of 0’s and 1’s from a String
- 8086 Assembly Program to Sort Numbers in Ascending Order
- 8086 Assembly Program to Sort Numbers in Descending Order
- 8086 Assembly Program to Find Smallest Number from Given Numbers
- 8086 Assembly Program to Find Largest Number from Given Numbers
- Understanding DW and DB in 8086 Assembly
- 8086 Assembly Program to Add Two 16-bit Numbers with Carry Handling
- Understanding INT 3h vs INT 21h in 8086 Assembly
- 8086 MASM Assembly Program for Addition of Two 8-bit Numbers