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