@classmethod
    def sixteenBitOffsetIndexedIndirect(cls, postbyte):
        rr = cls.RR[(postbyte & 0x18) >> 3]
        return "[%s,{0!s}]".format(rr )