Blame | Last modification | View Log | Download | RSS feed
ifndef __regm48inc__regm48inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File REGM48.INC *;* *;* Contains Bit & Register Definitions for ATmega48 *;* *;****************************************************************************;----------------------------------------------------------------------------; Memory LimitsE2END equ 255RAMSTART equ 0x100,dataRAMEND equ 0x2ff,dataFLASHEND label 0xfffinclude "regmx8.inc"restore ; re-enable listingendif ; __regm48inc