Question 1 Write an Assembly program that can solve the equation y = 3x + 1 1. The values of x must be loaded in registe
Posted: Mon Jun 06, 2022 7:15 pm
Question 1 Write an Assembly program that can solve the equation y = 3x + 1 1. The values of x must be loaded in register 40H to 45H. Load any values in these registers. 2. Save the values of y in register 30H to 35H. Note that only lower byte of y values must be saved in these registers. 3. If necessary, use RAM Bank 3 for temporary data storage. 4. Use XTAL of 10MHz 5. Ensure the full operation of the Project.