In: Computer Science
Task 1
Write a program that adds the three numbers stored in data registers at 0x20, 0x30, and 0x40 and places the sum in data register at 0x50
task 4
Modify the program in Task1, so the program will run in infinite loop by using these following functions:
Simulate your program in PIC18 IDE Simulator and attach a screenshot of your simulation while the program is running.