.file "maze.c" 

 .text

 .comm maze,400,32 

 .globl findPath 

 .type findPath, @function


이렇게 어셈블리에서 완전 처음에  .comm maze,400,32  maze라는 어레이 선언하는거말고


.data 안에서 저거랑 같은걸로 선언하고 싶은데 어떻게 해줘야해?