In a microprocessor system, a single-byte number is located at 0060 and also a single-byte number is available at the input I001. The program of this system is given below. Explain each instruction of the following program and describe the purpose of the program.
- LD 0060
- ST 0040
- LD I001
- SUB 0040
- ST 0041
- BRK