Question: 7. Write a program in assembly language that will take 2 inputs from a user and multiply. If the result is greater than 15 then



7. Write a program in assembly language that will take 2 inputs from a user and multiply. If the result is greater than 15 then it will display 1 in the next line, otherwise 0. 8. A palindrome is a character string that reads the same in forward and backward. Write a program in assembly language a) let the user input a string b) print it forward and backward on successive lines c) Decide Decide whether it is palindrome and print the conclusion. 9. Write a program in Assembly language that search for vowels inside a string. The string should be taken from the user. Once the vowels are found, your program should output the total number of vowels
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
