Ro5bert / avra

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

Add device ATmega644. #3

Closed 5inf closed 5 years ago

5inf commented 5 years ago

"Fix" for Issue #2.

ghost commented 5 years ago

Has this been tested on real hardware? What about including the include file?

5inf commented 5 years ago

Include file added, taken from https://github.com/DarkSector/AVR/blob/master/asm/include/m644def.inc In a quick test it seemed to have worked on hardware (see https://github.com/5inf/uprog2). I can do a more testing next week.

ghost commented 5 years ago

It's alright, no need to test thoroughly. Knowing that it has actually run on real hardware is enough. If someone has a problem with this configuration, they can always amend it. Merging, thanks.