3 Assembly Programming Problems

3 Programming problems to be completed in Assembly. The first one is computing the number of characters in a string. The second takes an array of 3 dimensional coordinates and returns only the x coordinates. The third finds the first occurrence of a string consisting of 2 characters in a larger string. I have attached the actual problems.