[Solved]Cis 315 Write Marie Assembly Language Programs Following 1 Write Program Inputs 3 Integers Q37267852
CIS 315
Write MARIE assembly language programs that do thefollowing:
1. Write a program that inputs 3 integers, a, b, and c, in thatorder. It computes the following : (a – b) – (c + c) The resultshould be written to output.
2. Write a program that inputs integers, x, y, and z. It outputsthe difference of the largest and first element entered. You mayassume x, y, and z all have different values. So if 8, 12, and 9are input, the output would be 4(12 -8, since 12 is the largest and8 is the first).
3. Write a program that inputs an integer and prints to output acountdown from the integer to 0. For example, if is input:
7
6
5
4
3
2
1
0
COMMENT EACH LINE IN THE CODE FOR ALLPROGRAMS
Expert Answer
Answer to CIS 315 Write MARIE assembly language programs that do the following: 1. Write a program that inputs 3 integers, a, b, a… . . .
OR

