elif isBitBranchFunction(mnemonic):
                pass
            else:
                operand = '${0:04X}'.format((memory.getByte(pc + 1) << 8) | memory.getByte(pc + 2))