****Test the program in the simulator and answer the question with a printout of the Microchip studio screen showing your code and highlighting the register/memory values that prove the operation of the program.****
The label " lp " is defined in a program and represents the address of the first instruction in some loop. Write a short sequence of assembly code (part of the same program that contains the loop) that will copy the most significant byte of the instruction "pointed to" by lp into Register R0. Remember that instructions are words and are saved in little-endian form.