Blame | Last modification | View Log | Download | RSS feed
ifndef __regm644inc__regm644inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File REGM644.INC *;* *;* Contains Bit & Register Definitions for ATmega644 *;* *;****************************************************************************;----------------------------------------------------------------------------; Memory LimitsE2END equ 2047RAMSTART equ 0x100,dataRAMEND equ 0x10ff,dataFLASHEND label 0xffffinclude "regmxx4.inc"restore ; re-enable listingendif ; __regm644inc