Hi, I'm reading a guide about AVR assembly, which says you should include the include file for the MPU at the beggining of your code, which defines the pointer registers and hardware specific port adresses etc... for the particular MPU.
The tutorial says these are of the form "xxxxdef.inc", but all I found on atmels software page (under "AVR IBIS - mega files") were a bunch of files of the form "xxxx.ibs".
I'm using AVR studio and the ATmega8, so for example in the "mega8" folder I had 9 files of the form "m8xxxx.ibs". Are these the files I'm looking for, and if so do I need to copy them into some folder of AVR studio or something?
Also how do I know which one of these 9 files to include? Is there some format to the files refering to the particular MPU and package?
Cheers