Question: 1.Write an ALP in MASM using .model tiny to add 5 numbers inputted by user and print the sum in a new line 2.Write an

1.Write an ALP in MASM using .model tiny to add 5 numbers inputted by user and print the sum in a new line

2.Write an ALP in MASM using .model tiny to input a string, add the letter 'e' after each word and print the string on a new line.

3.Write an ALP in MASM to count the number of 'a' present in the string inputted by the user.

Please explain properly with steps along with the assembly program

It should be of the form

.model tiny

.486

.data

.exit

end

and donot make use of subroutine

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!