I'm trying to work on an assembly function that can work on a 2d array in c, but I'm having trouble just trying to pass it. I keep receiving "type" errors because the prototype function doesn't match the function called in main. I've tried many different types of declaration, but I can't get them to align.I'm trying to work on an assembly function that