8086 programming. Part16-A list of 8086 AL Programs.

Опубликовано: 08 Май 2026
на канале: Computer Science with Dr. RCB
367
6

In this video series, we shall learn how to write programs step by step. A list of 8086 ALP Assembly Language Programs to check your understanding.
Write a 8086 ALP to print the first N fibonacci numbers.
Write a 8086 ALP to check if a given number is PRIME.
Write a 8086 ALP to print ALL PRIMES between two given numbers.
Write a 8086 ALP to TOGGLE the CASE of a string.
Write a 8086 ALP to count the number of words in a string.
Write a 8086 ALP to find the LARGEST number present in an array and display its VALUE and INDEX on the screen.
Write a 8086 ALP to sort the content of a signed array and display the sorted array on the screen.
Write a 8086 ALP to check if the sum of the numbers in an array is greater than or equal to a given number.
9. Write a 8086 ALP to check is an array of signed numbers are in sorted order.
10. Write a 8086 ALP to Check if a string of digits represents a valid 16 bit signed number.
11. Write a 8086 ALP to Convert a string of digits to its equivalent 16 bit signed number
11. Write a 8086 ALP to Convert a string of digits to its equivalent 16 bit signed number
12. Write a 8086 ALP to convert infix to postfix notation