MSM80C154S/83C154S/85C154HVS33071. MOVC A, @A + PC(Move code memory offset from program counter to accumulator)1 0 0 0 0 0 1 17 0Instruction codeOperationsNumber of bytesNumber of cyclesFlags(PSW)DescriptionExample MOVC A, @A+PCInstruction code: Byte 1(PC)←(PC)+1(A)←((A)+(PC)):C AC F0 RS1 RS0 OV F1 P•:::The program counter contents following an increment areadded to the accumulator contents, and after temporary storageof the sum in the program counter, the ROM data contentsspecified by the program counter are stored in the accumulator.The program counter contents are then restored to formercontents, and the flag is also updated.:121 0 0 0 0 0 1 17 0Byte 1Before execution After execution:Program counter15 80 0 0 0 0 0 1 0 0 0 1 0 0 0 0 07 0Program counter15 80 0 0 0 0 0 1 0 0 0 1 0 0 0 0 17 0Accumulator1 1 1 0 0 0 0 07 0Accumulator1 1 1 0 1 1 1 07 00301H1 1 1 0 1 1 1 07 00301H1 1 1 0 1 1 1 07 0