I want to manipulate the variable array values in assembler code from within Main.c. The way the assembler code is written, the variable is not a pointer, and I would like not to change that. The variable contents are data values. My problem is that I have seen no examples of assembler variables accessible from Main that are not pointers. Does anyone know how to do this?