Question: Question 1 ( 1 0 0 points ) Write a Pep / 9 Assembly language program that takes a number from input, then subtracts 2

Question 1(100 points) Write a Pep/9 Assembly language program that takes a number from input, then subtracts 25 from the input value. Next the program should add 35 to the number. If the result is higher than 80, print "higher" to output. If the result is lower than 80, print the number to output. Allow the user to enter numbers until a 0(zero) is entered.
this needs to work in PEP9
the input is 773400 CSC 205 Assignment 6
Partial credit will be given at the instructor's discretion
The code for the program should be copied and pasted into a text file and submitted.
Question 1(100 points) Write a Pep/9 Assembly language program that takes a number from input, then subtracts 25 from the input value. Next the program should add 35 to the number. If the result is higher than 80, print "higher" to output. If the result is lower than 80, print the number to output. Allow the user to enter numbers until a 0(zero) is entered.
* Your output must match the output below
Question 1 ( 1 0 0 points ) Write a Pep / 9

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 Programming Questions!