Ro5bert / avra

Assembler for the Atmel AVR microcontroller family
GNU General Public License v2.0
153 stars 39 forks source link

Wrong interrupt address for m48def.inc and m88def.inc. #46

Closed tkmmiyaji closed 2 years ago

tkmmiyaji commented 2 years ago

Hi,

According to the datasheet, m48def.inc and m88def.inc have a wrong address for the OC0Baddr entry.

WRONG: .equ OC0Baddr = 0x001f ; TimerCounter0 Compare Match B should be CORRECT: .equ OC0Baddr = 0x000f ; TimerCounter0 Compare Match B

Apparently these files are older versions (Ver, 2.14, as of 2005).