-
Write an Assembly program to print all the Odd numbers and then even numbers from 1 to 9 using loop and compare instructions.
-
Write a program to find the sum of first three natural numbers using loop.
-
Write an assembly program to print capital and small letters from A to Z using loop.
-
Write a program to print the first 10 natural numbers using a loop.
-
Write a program to print following pyramid pattern using nested loop 1 22 333 4444 55555