The code below is an i86 assembly function that will be called in c, count(char *string, char c). I'm storing the string in %esi and the character in
The code below is an i86 assembly function that will be called in c, count(char *string, char c). I'm storing the string in %esi and the character in