Question 1 - Write the following 8051 Microcontroller assembly language programs and simulate your programs in EDSIM 51 simulation
Question 2 - Write a program that stores three hexadecimal numbers in registers R1, R2, and R3, adds the three numbers, and stores the result in R4 modify your solution to determine sum, difference (R1-R2-R3) and average of the three numbers.
You need to prepare microcontroller assembly language programs.