DESCRIPTION OF INSTRUCTIONS33980. ORL A, Rr (Logical OR register to accumulator)0 1 0 0 1 r 2 r1 r07 0Instruction codeOperationNumber of bytesNumber of cyclesFlags(PSW)DescriptionExample ORL A, R5Instruction code: Byte 1(A)←(A) OR (Rr) r=0 thru 7:C AC F0 RS1 RS0 OV F1 P•:::The logical OR between the accumulator contents and theregister r contents is determined. The result is placed in theaccumulator and the flag is updated.:0 1 0 0 1 1 0 17 0Byte 1Accumulator0 0 0 0 0 0 0 07 011Before executionAccumulator0 1 1 1 0 1 0 17 0After execution:Register 50 1 1 1 0 1 0 17 0Register 50 1 1 1 0 1 0 17 0