Write a function that performs a block read from the 24LC08B. The control byte, the starting address to be read, and the number of bytes to be read are passed in A, B, and Y, respectively. Return the error code in B and store the returned data in a buffer pointed to by X. This function should check the error of no acknowledgement.