Is it possible to use a C array reference from asm code ? (or the opposite) I wrote the following asm code but it doesn't works .
c code
Code: Select all
signed int map_y_index_lookup_table[] = {0,64,128,192,256,320,384,448,512,576,640,704,768,832,896,960,1024,1088};
Code: Select all
.global _map_y_index_lookup_table ; => 5177:Syntax error