An instructor has the following grading policy. Curving of grades is achieved by adding to every grade the difference between 99 and the highest grade in the class. If the following are the grades of the class, grades will be curved by adding 8 (99-91) to each grade: 81, 65, 77, 82, 73, 55, 88, 78, 51, 91, 86, 76. Write a program to calculate the grades after they have been curved. Your program should work for any set of grades. You have to store grades initially in ROM and then copy from ROM to RAM starting at address 30H for curving the grades.