8086 programming. Part11-Iterating over the CHARACTERS in a STRING in 8086

Опубликовано: 16 Март 2026
на канале: Computer Science with Dr. RCB
1,571
21

Playlist Link
8086 Procedures
   • 8086 programming. Part01-Necessary Softwar...  

In this video series we shall learn how to write programs step by step. assembly language programming 8086 examples . Specifically in this video we shall learn how to Iterating over the CHARACTERS in a STRING. For example to write any if the following programs in 8086 you might have to iterate over the characters of a string one at a time. Display the characters in a string in different lines ?
Count the number of characters in a string?
Change the case of letters in a string?
Check if a given string is palindrome?
Count the number of words in a string?
Check if a given string is a valid integer number, either positive or negative?
How do you find the length of a string in 8086?