В ассемблерном файле: PUBLIC my_table my_table: DB 145 DB 13 DB 0 ... DB 19 В си файле: extern my_table[]; char a; a = my_table[7]; ...