сайте - он мне выдаёт :
C:\AVR\avrasm\appnotes\2313def.inc:190:Error:Exptcted ID = expression
C:\AVR\avrasm\appnotes\2313def.inc:190: 'equ OR =3'
Почему?Что значит - проверить ID?
When compiling files using the '8515def.inc' file from Atmel, you will receive an error. This is because Atmel choose to use the keyword OR as a variable name, 'tavrasm' won't allow this (it is like saying while=4 in C. To fix the problem, just rename the variable.