CSE 351 HW 6 Format helper for HW2 problem 6 parts b) and c). You can print out or copy this handout if desired. It is not required that you use this handout, however it will make answers more consistent and will provide you with an indication of what values should go in which registers. NOTES: - If value for a register is unknown simply put unknown. - You will not need more than the number of lines displayed below. You should use exactly all the lines below. - The comments already in place are to help you, they are correctly in-place. - Remember that on each line you are showing the registers BEFORE the assembly instruction has executed thus on the next line the assembly instruction will have executed and updated the registers. This can be confusing so it can help to have a copy of the assembly close-by. INSTRUCTIONS: - Fill in the registers at each step of the assembly instruction, leave a comment to make clear what instruction is to execute next. b) %rdi: ______, %rsi: ______, %rax: ______ # before cmpq $ - 12, %rsi %rdi: ______, %rsi: ______, %rax: ______ # before jne . L2 %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # before ret c) %rdi: ______, %rsi: ______, %rax: ______ # before cmpq $ - 12, %rsi %rdi: ______, %rsi: ______, %rax: ______ # before jne .L2 %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # ________________________ %rdi: ______, %rsi: ______, %rax: ______ # before ret %rdi: ______, %rsi: ______, %rax: ______ # before ret