0% found this document useful (0 votes)
70 views

MP and Assebmly Assignment 3 PDF

This document provides two questions for an assembly language assignment. The first asks to write a program that reverses a 15 character string entered by the user and prints the original and reversed strings. The second asks to write a program that counts the number of vowel letters in a user-entered string and prints the count.

Uploaded by

Raya Odeh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

MP and Assebmly Assignment 3 PDF

This document provides two questions for an assembly language assignment. The first asks to write a program that reverses a 15 character string entered by the user and prints the original and reversed strings. The second asks to write a program that counts the number of vowel letters in a user-entered string and prints the count.

Uploaded by

Raya Odeh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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