In machine-language interpreters it is useful to store a 4-byte "program counter" in four consecutive SRAM locations. Let us designate these locations PC, PC+1, $\mathrm{PC}+2$, and $\mathrm{PC}+3$, from least to most significant byte. A frequent operation on the program counter is to increment it by 1 . Write a microsubroutine that increments the program counter by 1 . (Remember, this is a 4-byte addition.) How many clock cycles does your microsubroutine take?