This question uses a notation from a single textbook textbook by William Stolling Computer Organization and Architecture . The question itself does not contain sufficient background material for someone unfamiliar with the Stalling textbook to answer it (I do not own the Stalling textbook or do not know which version this question refers to).
However, after seeing a comment indicating a response on another site , I googled for the "clock cycle grouping rules." This led to a bunch of links that pointed to various different slides.
The third link for me was a PowerPoint presentation , which included a slide, which I copied below as an image. There was a slide that explained what MAR and MBR mean:
Memory Address Register (MAR)
Memory Buffer Register (MBR)

So, it seems that what happens is that the PC
first fits in the MBR
. Then the address where the PC
will be saved will be copied from X
to MAR
. In the same loop, the PC
set to the beginning of the interrupt service routine available in Y
Finally, the data in the MBR
transmitted over the bus to memory.
source share