since we added a new lab11 directory to this repository, and you completed the merge, you should now have it in your working copy. inside the lab11 directory, you should find two files, lab11.asm and lab11.txt. lab11.asm contains a program that computes 5! (five factorial). however, there are several errors that prevent this program from being assembled. run the lc-3 assembler and fix the errors. (hint: make sure you understand what the code is doing before you start fixing offset errors). describe the errors that occur when trying to assemble lab11.asm. identify the cause of each error. answer all questions in lab11.txt. after the code assembles, search for other errors in the execution of the task and fix them. remember that you cannot assume that registers are cleared before you start your code. comments at the beginning and throughout the program explain what it is doing and how each register is used. the program is working correctly if the resulting answer is decimal 120 (x78) and is stored in memory location x30ff.