Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Q.2. Write down macro definitions for adding and subtracting two arguments. Q.3.

ID: 441703 • Letter: Q

Question

Q.2. Write down macro definitions for adding and subtracting two arguments. Q.3. Given a numeric score of a student, write down an assembly program that calculates the grade of the student as follows: if Score >= 90 then Grade = 1 else if Score >= 80 then Grade = 2 else Grade = 3 [Calculate grade for only one student. Initialize the Score in one of the registers and write the Grade output in other] [Try to minimize the nop instructions by substituting it with one of the instructions from the code. Make sure it doesn

Explanation / Answer

please don't ask multiple questions simultaneously..