no definition for ''__iar_data_init3''
Posted on November 20, 2015 at 14:14Hello everybodyI want to declare a vector to save data on it (in assembly code).I use this declaration: SECTION MYDATA:DATA (2) DATAResult DS8 3 ; allocates space (3 bytes)When I compile, IAR give ...