LIST OF MICROPROCESSOR EXPERIMENTS
SEM IV
[Link]. Title of Experiments
1. Use of programming tools (Debug/TASM/MASM/8086kit) to perform basic
arithmetic operations on 8-bit/16-bit data
2. Code conversion (Hex to BCD and BCD to Hex)/ (ASCII to BCD and BCD to
ASCII)
3. Assembly programming for 16-bit addition, subtraction, multiplication and division
(menu based)
4. Assembly program based on string instructions (overlapping/non-overlapping block
transfer/ string search/ string length)
5. Assembly program to display the contents of the flag register.
6. Assembly program to find the GCD/ LCM of two numbers
7. Assembly program to sort numbers in ascending/ descending order
8. Any program using INT 10H
9. Assembly program to find minimum/ maximum number from a given array.
10. Assembly program using procedure.