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 05:00
Which best explains why a digital leader would join a society specializing in technology
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Idon’t understand the double8 coding problem. it is java
Answers: 1
question
Computers and Technology, 24.06.2019 09:00
Technician a says that a new replacement part is always good. technician b says that sometimes recent repair work will be the cause of a complaint. who is correct? a. both technicians a and b b. technician a c. technician b d. neither technician a nor b
Answers: 3
question
Computers and Technology, 24.06.2019 11:00
In three to five sentences, describe how you can organize written information logically and sequentially
Answers: 1
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
Biology, 12.11.2021 02:20
question
English, 12.11.2021 02:40
question
Mathematics, 12.11.2021 02:40
question
English, 12.11.2021 02:50
Questions on the website: 13722367