Introduction - If you have any usage issues, please Google them yourself
In the appended segment, there is an array that has been sorted. The first element in the array holds the length of the array. There is an unsigned number in AX. It is required to find in the array (AX). If it is found, then CF=0 will store the offset address of the element in SI. In this case the use of binary search method