Top secrets sources NedoPC pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

                ifndef  __regm2561inc
__regm2561inc   equ     1
                save
                listing off   ; no listing over this file

;****************************************************************************
;*                                                                          *
;*   AS 1.42 - File REGM2561.INC                                            *
;*                                                                          *
;*   Contains Bit & Register Definitions for ATmega2561                     *
;*                                                                          *
;****************************************************************************

;----------------------------------------------------------------------------
; Memory Limits

E2END           equ     4095
RAMSTART        equ     0x200,data
RAMEND          equ     0x21ff,data
FLASHEND        label   0x3ffff

ATmegaxx1       equ     1
                include "regmxx01.inc"

                restore                 ; re-enable listing

                endif                   ; __regm2561inc