List the basic register/memory transfers and operations that occur during each clock cycle for the following program, based on the six-instruction instruction set of this chapter, assuming that the content of D[9] is 0: MDV R6, #I: MOV R5, 9; JMPZ R5. labell; ADD R5, R5. R6; Jabeil: ADD R5, R5, R6. What is the value in R5 after the program completes?