Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
		ifndef	__regm2561inc
2
__regm2561inc	equ	1
3
                save
4
                listing off   ; no listing over this file
5
 
6
;****************************************************************************
7
;*                                                                          *
8
;*   AS 1.42 - File REGM2561.INC                                            *
9
;*                                                                          *
10
;*   Contains Bit & Register Definitions for ATmega2561                     *
11
;*                                                                          *
12
;****************************************************************************
13
 
14
;----------------------------------------------------------------------------
15
; Memory Limits
16
 
17
E2END           equ	4095
18
RAMSTART	equ	0x200,data
19
RAMEND		equ	0x21ff,data
20
FLASHEND	label	0x3ffff
21
 
22
ATmegaxx1	equ	1
23
		include	"regmxx01.inc"
24
 
25
		restore			; re-enable listing
26
 
27
		endif			; __regm2561inc