Blame | Last modification | View Log | Download | RSS feed
ifndef __regm2560inc__regm2560inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File REGM2560.INC *;* *;* Contains Bit & Register Definitions for ATmega2560 *;* *;****************************************************************************;----------------------------------------------------------------------------; Memory LimitsE2END equ 4095RAMSTART equ 0x200,dataRAMEND equ 0x21ff,dataFLASHEND label 0x3ffffATmegaxx0 equ 1include "regmxx01.inc"restore ; re-enable listingendif ; __regm2560inc