I am writing assembly code for ATtiny406 microcontroller. But, in Atmel Studio I can not find iotn406.h file which defines register address. So I can not use PORTA or other register names in assembly file. Can anyone help me to solve this problem.
Note: I included avr/io.h file in assembly (.S) file.