Assembly Programming
Budget: $10 – $30 USD
I need to have a code for this situation:
Suppose a student has taken n assessments during the period and the grades are stored sequentially in computer memory. Create an assembly program for the MIPS processor that reads notes until the read note is -1. Then, calculate the average of the grades and store the student's situation in a memory address following the codes below:
1 - Approved (MF >= 7.0)
2 - Final Test (3.0 <= MF < 7.0)
3 - Failed (MF < 3.0)
It's easy i know but i don't have time to learn it
Suppose a student has taken n assessments during the period and the grades are stored sequentially in computer memory. Create an assembly program for the MIPS processor that reads notes until the read note is -1. Then, calculate the average of the grades and store the student's situation in a memory address following the codes below:
1 - Approved (MF >= 7.0)
2 - Final Test (3.0 <= MF < 7.0)
3 - Failed (MF < 3.0)
It's easy i know but i don't have time to learn it