S3F84B8_UM_REV 1.00 3 ADDRESSING MODES3-133.13 RELATIVE ADDRESS (RA) MODEIn Relative Address (RA) mode, a two’s complement signed displacement between - 128 and + 127 is specified inthe instruction. The displacement value is then added to the current PC value. Its result is the address of nextinstruction to be executed. Before this addition occurs, the PC contains the address of instruction immediatelyfollowing the current instruction.Several program control instructions use the Relative Address mode to perform conditional jumps. Theinstructions that support RA addressing are BTJRF, BTJRT, DJNZ, CPIJE, CPIJNE, and JR.OPCODEProgram MemoryDisplacementProgram MemoryAddress UsedSample Instructions:JR ULT,$+OFFSET ; Where OFFSET is a value in the range +127 to -128Next OPCODE+SignedDisplacement ValueCurrent InstructionCurrentPC ValueFigure 3-13 Relative Addressing