Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
		ifndef	__regu647inc
2
__regu647inc	equ	1
3
                save
4
                listing off   ; no listing over this file
5
 
6
;****************************************************************************
7
;*                                                                          *
8
;*   AS 1.42 - File REGU647.INC                                             *
9
;*                                                                          *
10
;*   Contains Bit & Register Definitions for AT90USB647                     *
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
__USBHOSTMODE   equ     1
23
		include	"regmxu6.inc"
24
 
25
		restore			; re-enable listing
26
 
27
		endif			; __regu647inc