Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

MP and Assembly Language

Assignment 3

Choose one of these questions and solve it.

Q1: Write an assembly program that reverses a string with


length 15 entered by user and prints the string and its reversal.

Solving it using String manipulation Instructions.

Q2: Write an assembly program to count the number of vowel


letters in a string entered by user and prints the number of
vowels.

You might also like