Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

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