subject

Using the College Registration example from Section 6.7.3 as a starting point, do the following:-Recode the logic sing CMP and conditional jump instructions (instead of the .IF and .ELSEIF directives).-Perform range checking on the credits value; it cannot be less than 1 or greater than 30. If an invalid entry is discovered, display an appropriate error message.-Prompt the user for the grade average and credits values. Display a message that shows the outcome of the evaluation, such as "The student can register" or "The student cannot register".6.7.3 example:.dataTRUE = 1FALSE = 0gradeAverage WORD 275 ; test valuecredits WORD 12 ; test valueOkToRegister BYTE ?.codemain PROCmov OkToRegister, FALSE. IF gradeAverage > 350mov OkToRegister, TRUE. ELSEIF (gradeAverage > 250) && (credits <= 16)mov OkToRegister, TRUE. ELSEIF (credits <= 12)mov OkToRegister, TRUE. ENDIF

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 10:30
How would you categorize the software that runs on mobile devices? break down these apps into at least three basic categories and give an example of each.
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
What is the name of the sound effect that danny hears
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
Column a of irma’s spreadsheet contains titles for each row, but her document is too big and will be printed three pages across. she wants to be sure that every page will be understood. what can irma do to with this problem?
Answers: 3
question
Computers and Technology, 24.06.2019 03:30
What is the purpose of a computer network needs assessment? to analyze which workers need more training to improve their performance to compare worker productivity to determine what steps employees can take to increase company revenue to evaluate how to move from the current status to the desired goal
Answers: 2
You know the right answer?
Using the College Registration example from Section 6.7.3 as a starting point, do the following:-Rec...
Questions
question
Mathematics, 22.01.2021 18:50
question
Chemistry, 22.01.2021 18:50
question
History, 22.01.2021 18:50
Questions on the website: 13722361