If I define an array in the C function,it will be placed in the stack,but I would like to rewrite my code in linear assembly(C callable),and I don't kow how to reserve space in the stack for an array in assembly.Is there anyone knows how to do this or any other solutions?